Home
last modified time | relevance | path

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

/third_party/python/Doc/includes/sqlite3/
Dadapter_point_1.py7 def __conform__(self, protocol): member in Point
/third_party/python/Modules/_sqlite/
Dmicroprotocols.c80 _Py_IDENTIFIER(__conform__); in pysqlite_microprotocols_adapt()
/third_party/python/Lib/sqlite3/test/
Dtypes.py95 def __conform__(self, protocol): member in DeclTypesTests.Foo
107 def __conform__(self, protocol): member in DeclTypesTests.BadConform
Dregression.py137 def __conform__(self, protocol): member in RegressionTests.test_bind_mutating_list.X
/third_party/python/Doc/library/
Dsqlite3.rst994 to give your class a method ``__conform__(self, protocol)`` which must return
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst3810 ``__conform__()`` in the :mod:`sqlite3` module are now propagated to the
/third_party/python/Misc/
DHISTORY17088 sqlite3 returns str8 when recreating on object from it's __conform__