Home
last modified time | relevance | path

Searched refs:getclass (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_isinstance.py27 def getclass(self): member in TestIsInstanceExceptions.test_class_has_no_bases.I
30 __class__ = property(getclass)
48 def getclass(self): member in TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.I
50 __class__ = property(getclass)
87 def getclass(self): member in TestIsInstanceExceptions.test_isinstance_dont_mask_non_attribute_error.C
89 __class__ = property(getclass)
165 def getclass(self): member in AbstractInstance
167 __class__ = property(getclass)
/external/python/cpython2/Lib/test/
Dtest_isinstance.py29 def getclass(self): member in TestIsInstanceExceptions.test_class_has_no_bases.I
32 __class__ = property(getclass)
50 def getclass(self): member in TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.I
52 __class__ = property(getclass)
153 def getclass(self): member in AbstractInstance
155 __class__ = property(getclass)
/external/python/cpython2/Lib/plat-mac/
Dgensuitemodule.py394 getclass = [ variable
422 (getlist, "classes", getclass),