Searched defs:__bases__ (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_isinstance.py | 37 __bases__ = property(getbases) global() variable in TestIsInstanceExceptions.test_class_has_no_bases.C 47 __bases__ = property(getbases) global() variable in TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.E 57 __bases__ = property(getbases) global() variable in TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.C 69 __bases__ = property(getbases) global() variable in TestIsInstanceExceptions.test_dont_mask_non_attribute_error.C 81 __bases__ = property(getbases) global() variable in TestIsInstanceExceptions.test_mask_attribute_error.C 109 __bases__ = property(getbases) global() variable in TestIsSubclassExceptions.test_dont_mask_non_attribute_error.C 119 __bases__ = property(getbases) global() variable in TestIsSubclassExceptions.test_mask_attribute_error.C 135 __bases__ = property(getbases) global() variable in TestIsSubclassExceptions.test_dont_mask_non_attribute_error_in_cls_arg.C 145 __bases__ = property(getbases) global() variable in TestIsSubclassExceptions.test_mask_attribute_error_in_cls_arg.C 158 __bases__ = property(getbases) global() variable in AbstractClass 294 def __bases__(self): global() member in TestIsInstanceIsSubclass.test_issubclass_refcount_handling.A 304 def __bases__(self): global() member in TestIsInstanceIsSubclass.test_issubclass_refcount_handling.B 312 def __bases__(self): global() member in TestIsInstanceIsSubclass.test_infinite_recursion_in_bases.X 332 def __bases__(self): global() member in TestIsInstanceIsSubclass.test_infinite_cycle_in_bases.X [all...] |
Completed in 2 milliseconds