Searched refs:call_doc_function (Results 1 – 4 of 4) sorted by relevance
498 call_doc_function (PyObject *obj, PyObject *method, PyObject *arg) in call_doc_function() function545 set_doc_string = call_doc_function (obj, set_doc_func.get (), NULL); in get_set_value()588 show_doc_string = call_doc_function (obj, show_doc_func.get (), in get_show_value()
2128 * python/py-param.c (call_doc_function): Correctly deference on9279 (call_doc_function): New function.
1999 (get_doc_string, call_doc_function): Return unique_xmalloc_ptr.
18275 * python/py-param.c (call_doc_function): Use gdbpy_ref.