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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 225 type_set_name(PyTypeObject *type, PyObject *value, void *context) function
621 {"__name__", (getter)type_name, (setter)type_set_name, NULL},
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 225 type_set_name(PyTypeObject *type, PyObject *value, void *context) function
615 {"__name__", (getter)type_name, (setter)type_set_name, NULL},
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 245 type_set_name(PyTypeObject *type, PyObject *value, void *context) function
641 {"__name__", (getter)type_name, (setter)type_set_name, NULL},
    [all...]

Completed in 415 milliseconds