HomeSort by relevance Sort by last modified time
    Searched defs:PyType_IsSubtype (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 130 !PyType_IsSubtype(type, cls)) {
461 if (PyType_IsSubtype((PyTypeObject*)ob, type)) {
740 if (!PyType_IsSubtype(obj->ob_type, type))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 130 !PyType_IsSubtype(type, cls)) {
455 if (PyType_IsSubtype((PyTypeObject*)ob, type)) {
732 if (!PyType_IsSubtype(obj->ob_type, type))
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 151 !PyType_IsSubtype(type, cls)) {
481 if (PyType_IsSubtype((PyTypeObject*)ob, type)) {
760 if (!PyType_IsSubtype(obj->ob_type, type))
    [all...]

Completed in 253 milliseconds