Home
last modified time | relevance | path

Searched refs:func_doc (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/
H A Dfuncobject.c37 op->func_doc = Py_None; in _PyFunction_FromConstructor()
113 op->func_doc = doc; in PyFunction_NewWithQualName()
347 {"__doc__", T_OBJECT, OFF(func_doc), 0},
692 Py_CLEAR(op->func_doc); in func_clear()
737 Py_VISIT(f->func_doc); in func_traverse()
/third_party/python/Include/cpython/
H A Dfuncobject.h39 PyObject *func_doc; /* The __doc__ attribute, can be anything */ member

Completed in 4 milliseconds