Home
last modified time | relevance | path

Searched defs:__class__ (Results 1 – 13 of 13) 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.py1227 __class__ = cls variable in CodecCallbackTest.test_fake_error_class.FakeUnicodeError
1232 __class__ = cls variable in CodecCallbackTest.test_fake_error_class.FakeUnicodeError
Dtest_code.py190 def create_closure(__class__): argument
Dtest_xml_etree.py2518 def __class__(self): member in BadElementTest.test_extend_mutable_list.X
2537 def __class__(self): member in BadElementTest.test_extend_mutable_list2.X
Dtest_types.py1821 __class__ = types.SimpleNamespace variable in SimpleNamespaceTests.test_fake_namespace_compare.FakeSimpleNamespace
Dtest_descr.py2587 __class__ = property(__getclass) variable in ClassPropertiesAndMethods.test_dir.C
4734 __class__ = str variable in ClassPropertiesAndMethods.test_proxy_call.FakeStr
Dtest_inspect.py2018 def __class__(self): member in TestGetattrStatic.test_class_as_property.Something
/third_party/python/Lib/test/test_sqlite3/
Dtest_factory.py254 __class__ = sqlite.Cursor variable in RowFactoryTests.test_fake_cursor_class.FakeCursor
/third_party/python/Lib/idlelib/idle_test/
Dtest_calltip.py248 __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/Lib/unittest/
Dmock.py562 def __class__(self): member in NonCallableMock