HomeSort by relevance Sort by last modified time
    Searched refs:__conform__ (Results 1 - 9 of 9) sorted by null

  /external/python/cpython2/Doc/includes/sqlite3/
adapter_point_1.py 7 def __conform__(self, protocol): member in class:Point
  /external/python/cpython3/Doc/includes/sqlite3/
adapter_point_1.py 7 def __conform__(self, protocol): member in class:Point
  /external/python/cpython3/Modules/_sqlite/
microprotocols.c 114 if (PyObject_HasAttrString(obj, "__conform__")) {
115 _Py_IDENTIFIER(__conform__);
  /external/python/cpython2/Lib/sqlite3/test/
types.py 123 def __conform__(self, protocol): member in class:DeclTypesTests.Foo
  /external/python/cpython3/Lib/sqlite3/test/
types.py 87 # UTF-8 string when __conform__ was used to store the object.
96 def __conform__(self, protocol): member in class:DeclTypesTests.Foo
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
types.py 121 def __conform__(self, protocol): member in class:DeclTypesTests.Foo
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
types.py 121 def __conform__(self, protocol): member in class:DeclTypesTests.Foo
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 121 def __conform__(self, protocol): member in class:DeclTypesTests.Foo
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 121 def __conform__(self, protocol): member in class:DeclTypesTests.Foo

Completed in 425 milliseconds