Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_isinstance.py35 def getbases(self): member in TestIsInstanceExceptions.test_class_has_no_bases.C
37 __bases__ = property(getbases)
45 def getbases(self): member in TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.E
47 __bases__ = property(getbases)
55 def getbases(self): member in TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.C
57 __bases__ = property(getbases)
67 def getbases(self): member in TestIsInstanceExceptions.test_dont_mask_non_attribute_error.C
69 __bases__ = property(getbases)
79 def getbases(self): member in TestIsInstanceExceptions.test_mask_attribute_error.C
81 __bases__ = property(getbases)
[all …]