Searched refs:function_get_doc (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/python/src/object/ |
D | function.cpp | 633 static PyObject* function_get_doc(PyObject* op, void*) in function_get_doc() function 690 {const_cast<char*>("__doc__"), (getter)function_get_doc, (setter)function_set_doc, 0, 0}, 691 {const_cast<char*>("func_doc"), (getter)function_get_doc, (setter)function_set_doc, 0, 0},
|