Home
last modified time | relevance | path

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

/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.py2378 __class__ = property(__getclass) variable in ClassPropertiesAndMethods.test_dir.C
4656 __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/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/cpython2/Objects/
Dabstract.c2889 static PyObject *__class__ = NULL; local