Home
last modified time | relevance | path

Searched defs:__class__ (Results 1 – 21 of 21) 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.py94 __class__ = 413 variable in TestSuper.test_various___class___pathologies.X
111 __class__ = 42 variable in TestSuper.test_various___class___pathologies.X
119 __class__ = 42 variable in TestSuper.test_various___class___pathologies.X
Dtest_codeccallbacks.py1112 __class__ = cls variable in CodecCallbackTest.test_fake_error_class.FakeUnicodeError
1117 __class__ = cls variable in CodecCallbackTest.test_fake_error_class.FakeUnicodeError
Dtest_code.py154 def create_closure(__class__): argument
Dtest_xml_etree.py1889 def __class__(self): member in BadElementTest.test_extend_mutable_list.X
1908 def __class__(self): member in BadElementTest.test_extend_mutable_list2.X
Dtest_types.py1329 __class__ = types.SimpleNamespace variable in SimpleNamespaceTests.test_fake_namespace_compare.FakeSimpleNamespace
Dtest_descr.py2498 __class__ = property(__getclass) variable in ClassPropertiesAndMethods.test_dir.C
4535 __class__ = str variable in ClassPropertiesAndMethods.test_proxy_call.FakeStr
Dtest_inspect.py1671 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.py2510 __class__ = property(__getclass) variable in ClassPropertiesAndMethods.test_dir.C
4806 __class__ = str variable in ClassPropertiesAndMethods.test_proxy_call.FakeStr
/external/python/cpython2/Lib/sqlite3/test/
Dfactory.py190 __class__ = sqlite.Cursor variable in RowFactoryTests.CheckFakeCursorClass.FakeCursor
/external/python/cpython3/Lib/sqlite3/test/
Dfactory.py200 __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.c204 __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.py499 def __class__(self): member in NonCallableMock
/external/python/mock/mock/
Dmock.py612 def __class__(self): member in NonCallableMock
/external/python/cpython2/Objects/
Dabstract.c2886 static PyObject *__class__ = NULL; local