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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 572 type_get_doc(PyTypeObject *type, void *context) function
627 {"__doc__", (getter)type_get_doc, NULL, NULL},
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 566 type_get_doc(PyTypeObject *type, void *context) function
621 {"__doc__", (getter)type_get_doc, NULL, NULL},
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 592 type_get_doc(PyTypeObject *type, void *context) function
647 {"__doc__", (getter)type_get_doc, NULL, NULL},
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 771 type_get_doc(PyTypeObject *type, void *context) function
843 {"__doc__", (getter)type_get_doc, (setter)type_set_doc, NULL},
    [all...]

Completed in 63 milliseconds