Searched defs:docmodule (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dpydoc.py329 if inspect.ismodule(object): return self.docmodule(*args)
343 docmodule = docclass = docroutine = docother = docproperty = docdata = fail
583 def docmodule(self, object, name=None, mod=None, *ignored): function
1031 def docmodule(self, object, name=None, mod=None): member in class:TextDoc
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dpydoc.py329 if inspect.ismodule(object): return self.docmodule(*args)
343 docmodule = docclass = docroutine = docother = docproperty = docdata = fail
583 def docmodule(self, object, name=None, mod=None, *ignored): function
1031 def docmodule(self, object, name=None, mod=None): member in class:TextDoc
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dpydoc.py329 if inspect.ismodule(object): return self.docmodule(*args)
343 docmodule = docclass = docroutine = docother = docproperty = docdata = fail
583 def docmodule(self, object, name=None, mod=None, *ignored): function
1031 def docmodule(self, object, name=None, mod=None): member in class:TextDoc
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dpydoc.py329 if inspect.ismodule(object): return self.docmodule(*args)
343 docmodule = docclass = docroutine = docother = docproperty = docdata = fail
583 def docmodule(self, object, name=None, mod=None, *ignored): function
1031 def docmodule(self, object, name=None, mod=None): member in class:TextDoc

Completed in 574 milliseconds