Searched refs:__conform__ (Results 1 – 8 of 8) sorted by relevance
7 def __conform__(self, protocol): member in Point
115 _Py_IDENTIFIER(__conform__); in pysqlite_microprotocols_adapt()
123 def __conform__(self, protocol): member in DeclTypesTests.Foo
96 def __conform__(self, protocol): member in DeclTypesTests.Foo
759 to give your class a method ``__conform__(self, protocol)`` which must return
919 to give your class a method ``__conform__(self, protocol)`` which must return
17088 sqlite3 returns str8 when recreating on object from it's __conform__