Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/includes/
Dtypestruct.h35 char *tp_doc; /* Documentation string */ member
/external/python/cpython3/Doc/includes/
Dtypestruct.h36 const char *tp_doc; /* Documentation string */ member
/external/python/pybind11/include/pybind11/detail/
Dclass.h624 char *tp_doc = nullptr; in make_new_python_type() local
/external/python/cpython3/Include/cpython/
Dobject.h228 const char *tp_doc; /* Documentation string */ member
/external/python/cpython2/Include/
Dobject.h358 const char *tp_doc; /* Documentation string */ member
/external/python/cpython3/Objects/
Dtypeobject.c2689 char *tp_doc; in type_new() local
3020 char *tp_doc = PyObject_MALLOC(len); in PyType_FromModuleAndSpec() local
/external/python/cpython2/Objects/
Dtypeobject.c2421 char *tp_doc = (char *)PyObject_MALLOC(n+1); in type_new() local