• Home
  • Raw
  • Download

Lines Matching defs:__bases__

37             __bases__ = property(getbases)  variable in TestIsInstanceExceptions.test_class_has_no_bases.C
47 __bases__ = property(getbases) variable in TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.E
57 __bases__ = property(getbases) variable in TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.C
69 __bases__ = property(getbases) variable in TestIsInstanceExceptions.test_dont_mask_non_attribute_error.C
81 __bases__ = property(getbases) variable in TestIsInstanceExceptions.test_mask_attribute_error.C
109 __bases__ = property(getbases) variable in TestIsSubclassExceptions.test_dont_mask_non_attribute_error.C
119 __bases__ = property(getbases) variable in TestIsSubclassExceptions.test_mask_attribute_error.C
135 __bases__ = property(getbases) variable in TestIsSubclassExceptions.test_dont_mask_non_attribute_error_in_cls_arg.C
145 __bases__ = property(getbases) variable in TestIsSubclassExceptions.test_mask_attribute_error_in_cls_arg.C
158 __bases__ = property(getbases) variable in AbstractClass
294 def __bases__(self): member in TestIsInstanceIsSubclass.test_issubclass_refcount_handling.A
304 def __bases__(self): member in TestIsInstanceIsSubclass.test_issubclass_refcount_handling.B
312 def __bases__(self): member in TestIsInstanceIsSubclass.test_infinite_recursion_in_bases.X
332 def __bases__(self): member in TestIsInstanceIsSubclass.test_infinite_cycle_in_bases.X