Searched defs:__class__ (Results 1 – 20 of 20) sorted by relevance
/external/python/cpython3/Lib/test/ | ||
D | test_isinstance.py | 30 __class__ = property(getclass) variable in TestIsInstanceExceptions.test_class_has_no_bases.I |
D | test_super.py | 95 __class__ = 413 variable in TestSuper.test_various___class___pathologies.X |
D | test_codeccallbacks.py | 1061 __class__ = cls variable in CodecCallbackTest.test_fake_error_class.FakeUnicodeError |
D | test_xml_etree.py | 1827 def __class__(self): member in BadElementTest.test_extend_mutable_list.X |
D | test_types.py | 1199 __class__ = types.SimpleNamespace variable in SimpleNamespaceTests.test_fake_namespace_compare.FakeSimpleNamespace |
D | test_descr.py | 2434 __class__ = property(__getclass) variable in ClassPropertiesAndMethods.test_dir.C |
D | test_inspect.py | 1562 def __class__(self): member in TestGetattrStatic.test_class_as_property.Something |
/external/python/cpython2/Lib/test/ | ||
D | test_isinstance.py | 32 __class__ = property(getclass) variable in TestIsInstanceExceptions.test_class_has_no_bases.I |
D | test_codeccallbacks.py | 849 __class__ = cls variable in CodecCallbackTest.test_fake_error_class.FakeUnicodeError |
D | _mock_backport.py | 495 def __class__(self): member in NonCallableMock |
D | test_descr.py | 2378 __class__ = property(__getclass) variable in ClassPropertiesAndMethods.test_dir.C |
/external/tensorflow/tensorflow/python/training/ | ||
D | checkpointable.py | 69 def __class__(self): member in CheckpointInitialValue |
/external/python/cpython3/Lib/sqlite3/test/ | ||
D | factory.py | 200 __class__ = sqlite.Cursor variable in RowFactoryTests.CheckFakeCursorClass.FakeCursor |
/external/python/cpython2/Lib/sqlite3/test/ | ||
D | factory.py | 190 __class__ = sqlite.Cursor variable in RowFactoryTests.CheckFakeCursorClass.FakeCursor |
/external/python/cpython3/Lib/xml/sax/ | ||
D | saxutils.py | 90 __class__ = out.__class__ variable in _gettextwriter._wrapper |
/external/python/cpython3/Python/ | ||
D | symtable.c | 195 __class__ = NULL; variable |
/external/protobuf/python/ | ||
D | mox.py | 504 def __class__(self): member in MockObject |
/external/pdfium/third_party/pymock/ | ||
D | mock.py | 583 def __class__(self): member in NonCallableMock |
/external/python/cpython3/Lib/unittest/ | ||
D | mock.py | 491 def __class__(self): member in NonCallableMock |
/external/python/cpython2/Objects/ | ||
D | abstract.c | 2889 static PyObject *__class__ = NULL; local |