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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 269 type_module(PyTypeObject *type, void *context) function
623 {"__module__", (getter)type_module, (setter)type_set_module, NULL},
685 mod = type_module(type, NULL);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 265 type_module(PyTypeObject *type, void *context) function
617 {"__module__", (getter)type_module, (setter)type_set_module, NULL},
679 mod = type_module(type, NULL);
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 289 type_module(PyTypeObject *type, void *context) function
643 {"__module__", (getter)type_module, (setter)type_set_module, NULL},
705 mod = type_module(type, NULL);
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 484 type_module(PyTypeObject *type, void *context) function
873 {"__module__", (getter)type_module, (setter)type_set_module, NULL},
887 mod = type_module(type, NULL);
    [all...]

Completed in 65 milliseconds