Searched refs:__conform__ (Results 1 – 10 of 10) sorted by relevance
7 def __conform__(self, protocol): member in Point
78 _Py_IDENTIFIER(__conform__); in pysqlite_microprotocols_adapt()
96 def __conform__(self, protocol): member in DeclTypesTests.Foo108 def __conform__(self, protocol): member in DeclTypesTests.BadConform
139 def __conform__(self, protocol): member in RegressionTests.CheckBindMutatingList.X
123 def __conform__(self, protocol): member in DeclTypesTests.Foo
759 to give your class a method ``__conform__(self, protocol)`` which must return
933 to give your class a method ``__conform__(self, protocol)`` which must return
3810 ``__conform__()`` in the :mod:`sqlite3` module are now propagated to the
17088 sqlite3 returns str8 when recreating on object from it's __conform__