Home
last modified time | relevance | path

Searched defs:__class__ (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_isinstance.py30 __class__ = property(getclass) variable in TestIsInstanceExceptions.test_class_has_no_bases.I
50 __class__ = property(getclass) variable in TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.I
89 __class__ = property(getclass) variable in TestIsInstanceExceptions.test_isinstance_dont_mask_non_attribute_error.C
167 __class__ = property(getclass) variable in AbstractInstance
Dtest_super.py95 __class__ = 413 variable in TestSuper.test_various___class___pathologies.X
112 __class__ = 42 variable in TestSuper.test_various___class___pathologies.X
120 __class__ = 42 variable in TestSuper.test_various___class___pathologies.X
Dtest_codeccallbacks.py1061 __class__ = cls variable in CodecCallbackTest.test_fake_error_class.FakeUnicodeError
1066 __class__ = cls variable in CodecCallbackTest.test_fake_error_class.FakeUnicodeError
Dtest_xml_etree.py1827 def __class__(self): member in BadElementTest.test_extend_mutable_list.X
1846 def __class__(self): member in BadElementTest.test_extend_mutable_list2.X
Dtest_types.py1199 __class__ = types.SimpleNamespace variable in SimpleNamespaceTests.test_fake_namespace_compare.FakeSimpleNamespace
Dtest_descr.py2434 __class__ = property(__getclass) variable in ClassPropertiesAndMethods.test_dir.C
4465 __class__ = str variable in ClassPropertiesAndMethods.test_proxy_call.FakeStr
Dtest_inspect.py1562 def __class__(self): member in TestGetattrStatic.test_class_as_property.Something
/external/python/cpython2/Lib/test/
Dtest_isinstance.py32 __class__ = property(getclass) variable in TestIsInstanceExceptions.test_class_has_no_bases.I
52 __class__ = property(getclass) variable in TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.I
155 __class__ = property(getclass) variable in AbstractInstance
Dtest_codeccallbacks.py849 __class__ = cls variable in CodecCallbackTest.test_fake_error_class.FakeUnicodeError
853 __class__ = cls variable in CodecCallbackTest.test_fake_error_class.FakeUnicodeError
D_mock_backport.py495 def __class__(self): member in NonCallableMock
Dtest_descr.py2378 __class__ = property(__getclass) variable in ClassPropertiesAndMethods.test_dir.C
4656 __class__ = str variable in ClassPropertiesAndMethods.test_proxy_call.FakeStr
/external/tensorflow/tensorflow/python/training/
Dcheckpointable.py69 def __class__(self): member in CheckpointInitialValue
/external/python/cpython3/Lib/sqlite3/test/
Dfactory.py200 __class__ = sqlite.Cursor variable in RowFactoryTests.CheckFakeCursorClass.FakeCursor
/external/python/cpython2/Lib/sqlite3/test/
Dfactory.py190 __class__ = sqlite.Cursor variable in RowFactoryTests.CheckFakeCursorClass.FakeCursor
/external/python/cpython3/Lib/xml/sax/
Dsaxutils.py90 __class__ = out.__class__ variable in _gettextwriter._wrapper
/external/python/cpython3/Python/
Dsymtable.c195 __class__ = NULL; variable
/external/protobuf/python/
Dmox.py504 def __class__(self): member in MockObject
/external/pdfium/third_party/pymock/
Dmock.py583 def __class__(self): member in NonCallableMock
/external/python/cpython3/Lib/unittest/
Dmock.py491 def __class__(self): member in NonCallableMock
/external/python/cpython2/Objects/
Dabstract.c2889 static PyObject *__class__ = NULL; local