Home
last modified time | relevance | path

Searched defs:tp_doc (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h358 const char *tp_doc; /* Documentation string */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h358 const char *tp_doc; /* Documentation string */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c2381 char *tp_doc = (char *)PyObject_MALLOC(n+1); in type_new() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c2361 char *tp_doc = (char *)PyObject_MALLOC(n+1); in type_new() local