Home
last modified time | relevance | path

Searched refs:get_doc_string (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-param.c305 get_doc_string (PyObject *object, PyObject *attr) in get_doc_string() function
389 set_doc_string = get_doc_string (obj, set_doc_cst); in get_set_value()
448 show_doc_string = get_doc_string (obj, show_doc_cst); in get_show_value()
720 set_doc = get_doc_string (self, set_doc_cst); in parmpy_init()
721 show_doc = get_doc_string (self, show_doc_cst); in parmpy_init()
722 doc = get_doc_string (self, gdbpy_doc_cst); in parmpy_init()