Home
last modified time | relevance | path

Searched refs:__conform__ (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Doc/includes/sqlite3/
Dadapter_point_1.py7 def __conform__(self, protocol): member in Point
/external/python/cpython3/Doc/includes/sqlite3/
Dadapter_point_1.py7 def __conform__(self, protocol): member in Point
/external/python/cpython3/Modules/_sqlite/
Dmicroprotocols.c78 _Py_IDENTIFIER(__conform__); in pysqlite_microprotocols_adapt()
/external/python/cpython3/Lib/sqlite3/test/
Dtypes.py96 def __conform__(self, protocol): member in DeclTypesTests.Foo
108 def __conform__(self, protocol): member in DeclTypesTests.BadConform
Dregression.py139 def __conform__(self, protocol): member in RegressionTests.CheckBindMutatingList.X
/external/python/cpython2/Lib/sqlite3/test/
Dtypes.py123 def __conform__(self, protocol): member in DeclTypesTests.Foo
/external/python/cpython2/Doc/library/
Dsqlite3.rst759 to give your class a method ``__conform__(self, protocol)`` which must return
/external/python/cpython3/Doc/library/
Dsqlite3.rst933 to give your class a method ``__conform__(self, protocol)`` which must return
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst3810 ``__conform__()`` in the :mod:`sqlite3` module are now propagated to the
/external/python/cpython3/Misc/
DHISTORY17088 sqlite3 returns str8 when recreating on object from it's __conform__