Home
last modified time | relevance | path

Searched defs:__bases__ (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_isinstance.py37 __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
95 __bases__ = property(getbases) variable in TestIsSubclassExceptions.test_dont_mask_non_attribute_error.C
105 __bases__ = property(getbases) variable in TestIsSubclassExceptions.test_mask_attribute_error.C
121 __bases__ = property(getbases) variable in TestIsSubclassExceptions.test_dont_mask_non_attribute_error_in_cls_arg.C
131 __bases__ = property(getbases) variable in TestIsSubclassExceptions.test_mask_attribute_error_in_cls_arg.C
144 __bases__ = property(getbases) variable in AbstractClass
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dabstract.c2798 static PyObject *__bases__ = NULL; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dabstract.c2794 static PyObject *__bases__ = NULL; local