Home
last modified time | relevance | path

Searched defs:__class__ (Results 1 – 24 of 24) 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.py92 __class__ = 413 variable in TestSuper.test_various___class___pathologies.X
109 __class__ = 42 variable in TestSuper.test_various___class___pathologies.X
117 __class__ = 42 variable in TestSuper.test_various___class___pathologies.X
Dtest_codeccallbacks.py1068 __class__ = cls variable in CodecCallbackTest.test_fake_error_class.FakeUnicodeError
1073 __class__ = cls variable in CodecCallbackTest.test_fake_error_class.FakeUnicodeError
Dtest_code.py178 def create_closure(__class__): argument
Dtest_xml_etree.py2502 def __class__(self): member in BadElementTest.test_extend_mutable_list.X
2521 def __class__(self): member in BadElementTest.test_extend_mutable_list2.X
Dtest_types.py1358 __class__ = types.SimpleNamespace variable in SimpleNamespaceTests.test_fake_namespace_compare.FakeSimpleNamespace
Dtest_descr.py2549 __class__ = property(__getclass) variable in ClassPropertiesAndMethods.test_dir.C
4655 __class__ = str variable in ClassPropertiesAndMethods.test_proxy_call.FakeStr
Dtest_inspect.py1859 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
Dtest_xml_etree.py1599 def __class__(self): member in BadElementTest.test_extend_mutable_list.X
1619 def __class__(self): member in BadElementTest.test_extend_mutable_list2.X
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/cpython3/Lib/sqlite3/test/
Dfactory.py225 __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/jinja/tests/
Dtest_api.py277 def __class__(self): member in TestUndefined.test_undefined_attribute_error.Error
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_calltip.py246 __class__ = property({}.__getitem__, {}.__setitem__) variable in Get_argspecTest.test_metaclass_class.Type
/external/python/cpython3/Lib/xml/sax/
Dsaxutils.py89 __class__ = out.__class__ variable in _gettextwriter._wrapper
/external/python/cpython3/Python/
Dsymtable.c214 __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/mock/mock/
Dmock.py604 def __class__(self): member in NonCallableMock
/external/python/cpython3/Lib/unittest/
Dmock.py539 def __class__(self): member in NonCallableMock
/external/python/cpython2/Objects/
Dabstract.c2886 static PyObject *__class__ = NULL; local