Home
last modified time | relevance | path

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

/dports/www/trac-devel/Trac-1.5.3/trac/
H A Dconfig.py61 def _getdoc(option_or_section): function
667 return _getdoc(self)
725 return _getdoc(self)
/dports/devel/mercurial/mercurial-6.0/mercurial/hgweb/
H A Dwebcommands.py1485 def _getdoc(e): function
1522 doc = _getdoc(e)
/dports/lang/python310/Python-3.10.1/Lib/
H A Dpydoc.py169 def _getdoc(object): function
187 result = _getdoc(object) or inspect.getcomments(object)
1766 _getdoc(object)):
/dports/lang/python39/Python-3.9.9/Lib/
H A Dpydoc.py169 def _getdoc(object): function
187 result = _getdoc(object) or inspect.getcomments(object)
1765 _getdoc(object)):
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dpydoc.py169 def _getdoc(object): function
187 result = _getdoc(object) or inspect.getcomments(object)
1763 _getdoc(object)):
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/contrib/
H A Dbinding.py393 profile.doc = profile._getdoc(gtkmethod, node)
575 def _getdoc(self, gtkmethod, node): member in SubprogramProfile