Home
last modified time | relevance | path

Searched defs:docmodule (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/python/test/
Ddocstring.py135 docmodule = lambda m: re.sub(".\10", "", pydoc.text.docmodule(m)) function
/third_party/python/Lib/
Dpydoc.py486 docmodule = docclass = docroutine = docother = docproperty = docdata = fail variable in Doc
735 def docmodule(self, object, name=None, mod=None, *ignored): member in HTMLDoc
1199 def docmodule(self, object, name=None, mod=None): member in TextDoc