Home
last modified time | relevance | path

Searched refs:getbases (Results 1 – 2 of 2) 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 …]
/external/python/cpython3/Lib/test/
Dtest_isinstance.py33 def getbases(self): member in TestIsInstanceExceptions.test_class_has_no_bases.C
35 __bases__ = property(getbases)
43 def getbases(self): member in TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.E
45 __bases__ = property(getbases)
53 def getbases(self): member in TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.C
55 __bases__ = property(getbases)
65 def getbases(self): member in TestIsInstanceExceptions.test_dont_mask_non_attribute_error.C
67 __bases__ = property(getbases)
77 def getbases(self): member in TestIsInstanceExceptions.test_mask_attribute_error.C
79 __bases__ = property(getbases)
[all …]