Searched refs:ml_doc (Results 1 – 15 of 15) sorted by relevance
42 const char *ml_doc; /* The __doc__ attribute, or NULL */ member
40 const char *ml_doc; /* The __doc__ attribute, or NULL */ member
195 return _PyType_GetTextSignatureFromInternalDoc(m->m_ml->ml_name, m->m_ml->ml_doc); in meth_get__text_signature__()201 return _PyType_GetDocFromInternalDoc(m->m_ml->ml_name, m->m_ml->ml_doc); in meth_get__doc__()
563 return _PyType_GetDocFromInternalDoc(descr->d_method->ml_name, descr->d_method->ml_doc); in method_get_doc()569 … return _PyType_GetTextSignatureFromInternalDoc(descr->d_method->ml_name, descr->d_method->ml_doc); in method_get_text_signature()
149 const char *doc = m->m_ml->ml_doc; in meth_get__doc__()
352 if (descr->d_method->ml_doc == NULL) { in method_get_doc()356 return PyString_FromString(descr->d_method->ml_doc); in method_get_doc()
183 xfunc->md.ml_doc = xfunc->doc; in lib_build_cpython_func()
486 std::free(const_cast<char *>(func->m_ml->ml_doc)); in PYBIND11_NAMESPACE_BEGIN()488 func->m_ml->ml_doc = signatures.empty() ? nullptr : strdup(signatures.c_str()); in PYBIND11_NAMESPACE_BEGIN()525 std::free(const_cast<char *>(rec->def->ml_doc)); in PYBIND11_NAMESPACE_BEGIN()
2253 const char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc); in SWIG_Python_ConvertFunctionPtr()5974 const char *c = methods[i].ml_doc; in SWIG_Python_FixMethods()5989 size_t ldoc = (c - methods[i].ml_doc); in SWIG_Python_FixMethods()5996 strncpy(buff, methods[i].ml_doc, ldoc); in SWIG_Python_FixMethods()6001 methods[i].ml_doc = ndoc; in SWIG_Python_FixMethods()
148 | :attr:`ml_doc` | char \* | points to the contents of the |
218 | :attr:`ml_doc` | const char \* | points to the contents of the |
344 char *ml_doc; member
372 char *ml_doc; member
255 const char *ml_doc; /* docstring */
1180 const char *ml_doc; /* docstring */