Searched refs:_getdoc (Results 1 – 6 of 6) sorted by relevance
61 def _getdoc(option_or_section): function667 return _getdoc(self)725 return _getdoc(self)
1485 def _getdoc(e): function1522 doc = _getdoc(e)
169 def _getdoc(object): function187 result = _getdoc(object) or inspect.getcomments(object)1766 _getdoc(object)):
169 def _getdoc(object): function187 result = _getdoc(object) or inspect.getcomments(object)1765 _getdoc(object)):
169 def _getdoc(object): function187 result = _getdoc(object) or inspect.getcomments(object)1763 _getdoc(object)):
393 profile.doc = profile._getdoc(gtkmethod, node)575 def _getdoc(self, gtkmethod, node): member in SubprogramProfile