Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Doc/includes/
Dtypestruct.h35 char *tp_doc; /* Documentation string */ member
/aosp_15_r20/external/python/cpython3/Doc/includes/
Dtypestruct.h36 const char *tp_doc; /* Documentation string */ member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dobject.h183 const char *tp_doc; /* Documentation string */ member
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dobject.h183 const char *tp_doc; /* Documentation string */ member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dobject.h183 const char *tp_doc; /* Documentation string */ member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dobject.h183 const char *tp_doc; /* Documentation string */ member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dobject.h183 const char *tp_doc; /* Documentation string */ member
/aosp_15_r20/external/python/cpython2/Include/
Dobject.h358 const char *tp_doc; /* Documentation string */ member
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c2896 char *tp_doc = (char *)PyObject_Malloc(size); in type_new_set_doc() local
3544 char *tp_doc = PyObject_Malloc(len); in PyType_FromModuleAndSpec() local
/aosp_15_r20/external/python/cpython2/Objects/
Dtypeobject.c2421 char *tp_doc = (char *)PyObject_MALLOC(n+1); in type_new() local