Home
last modified time | relevance | path

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

/third_party/python/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
91 __class__ = property(getclass) variable in TestIsInstanceExceptions.test_isinstance_dont_mask_non_attribute_error.C
169 __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.py2527 def __class__(self): member in BadElementTest.test_extend_mutable_list.X
2546 def __class__(self): member in BadElementTest.test_extend_mutable_list2.X
Dtest_types.py1740 __class__ = types.SimpleNamespace variable in SimpleNamespaceTests.test_fake_namespace_compare.FakeSimpleNamespace
Dtest_descr.py2571 __class__ = property(__getclass) variable in ClassPropertiesAndMethods.test_dir.C
4714 __class__ = str variable in ClassPropertiesAndMethods.test_proxy_call.FakeStr
Dtest_inspect.py1984 def __class__(self): member in TestGetattrStatic.test_class_as_property.Something
/third_party/python/Lib/sqlite3/test/
Dfactory.py224 __class__ = sqlite.Cursor variable in RowFactoryTests.test_fake_cursor_class.FakeCursor
/third_party/python/Lib/idlelib/idle_test/
Dtest_calltip.py246 __class__ = property({}.__getitem__, {}.__setitem__) variable in Get_argspecTest.test_metaclass_class.Type
/third_party/python/Lib/xml/sax/
Dsaxutils.py89 __class__ = out.__class__ variable in _gettextwriter._wrapper
/third_party/protobuf/python/
Dmox.py504 def __class__(self): member in MockObject
/third_party/python/Python/
Dsymtable.c235 __class__ = NULL, _annotation = NULL; variable
/third_party/python/Lib/unittest/
Dmock.py543 def __class__(self): member in NonCallableMock