Home
last modified time | relevance | path

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

/third_party/python/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)
89 def getclass(self): member in TestIsInstanceExceptions.test_isinstance_dont_mask_non_attribute_error.C
91 __class__ = property(getclass)
167 def getclass(self): member in AbstractInstance
169 __class__ = property(getclass)