Home
last modified time | relevance | path

Searched defs:func_doc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dfuncobject.h27 PyObject *func_doc; /* The __doc__ attribute, can be anything */ member
/external/python/cpython3/Include/
Dfuncobject.h28 PyObject *func_doc; /* The __doc__ attribute, can be anything */ member