Searched defs:__class__ (Results 1 - 12 of 12) sorted by relevance
| /third_party/python/Lib/test/ | ||
| H A D | test_super.py | 92 __class__ = 413 variable in TestSuper.test_various___class___pathologies.X 109 __class__ variable in TestSuper.test_various___class___pathologies.X 117 __class__ = 42 global() variable in TestSuper.test_various___class___pathologies.X [all...] |
| H A D | test_isinstance.py | 32 __class__ = property(getclass) global() variable in TestIsInstanceExceptions.test_class_has_no_bases.I 52 __class__ = property(getclass) global() variable in TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.I 91 __class__ = property(getclass) global() variable in TestIsInstanceExceptions.test_isinstance_dont_mask_non_attribute_error.C 169 __class__ = property(getclass) global() variable in AbstractInstance |
| H A D | test_codeccallbacks.py | 1227 __class__ = cls variable in CodecCallbackTest.test_fake_error_class.FakeUnicodeError 1232 __class__ = cls variable in CodecCallbackTest.test_fake_error_class.FakeUnicodeError |
| H A D | test_types.py | 1821 __class__ = types.SimpleNamespace variable in SimpleNamespaceTests.test_fake_namespace_compare.FakeSimpleNamespace |
| H A D | test_xml_etree.py | 2518 def __class__(self): member in BadElementTest.test_extend_mutable_list.X 2537 def __class__(self): member in BadElementTest.test_extend_mutable_list2.X |
| H A D | test_descr.py | 2587 __class__ = property(__getclass) global() variable in .test_dir.C 4734 __class__ = str global() variable in .test_proxy_call.FakeStr [all...] |
| H A D | test_inspect.py | 2018 def __class__(self): member in TestGetattrStatic.test_class_as_property.Something |
| /third_party/python/Lib/test/test_sqlite3/ | ||
| H A D | test_factory.py | 254 __class__ = sqlite.Cursor variable in RowFactoryTests.test_fake_cursor_class.FakeCursor |
| /third_party/python/Lib/xml/sax/ | ||
| H A D | saxutils.py | 89 __class__ = out.__class__ variable in _gettextwriter._wrapper |
| /third_party/protobuf/python/ | ||
| H A D | mox.py | 504 def __class__(self): member in MockObject |
| /third_party/python/Lib/idlelib/idle_test/ | ||
| H A D | test_calltip.py | 248 __class__ = property({}.__getitem__, {}.__setitem__) variable in .test_metaclass_class.Type |
| /third_party/python/Lib/unittest/ | ||
| H A D | mock.py | 562 def __class__(self): member in NonCallableMock |
Completed in 29 milliseconds