HomeSort by relevance Sort by last modified time
    Searched refs:type_abstractmethods (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 312 type_abstractmethods(PyTypeObject *type, void *context) function
624 {"__abstractmethods__", (getter)type_abstractmethods,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 308 type_abstractmethods(PyTypeObject *type, void *context) function
618 {"__abstractmethods__", (getter)type_abstractmethods,
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 332 type_abstractmethods(PyTypeObject *type, void *context) function
644 {"__abstractmethods__", (getter)type_abstractmethods,
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 495 type_abstractmethods(PyTypeObject *type, void *context) function
840 {"__abstractmethods__", (getter)type_abstractmethods,
    [all...]

Completed in 272 milliseconds