/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
DocXMLRPCServer.py | 67 def docroutine(self, object, name, mod=None, member in class:ServerHTMLDoc 128 contents.append(self.docroutine(value, key, funcs=fdict))
|
pydoc.py | 331 if inspect.isroutine(object): return self.docroutine(*args) 343 docmodule = docclass = docroutine = docother = docproperty = docdata = fail 863 def docroutine(self, object, name=None, mod=None, function 1255 def docroutine(self, object, name=None, mod=None, cl=None): member in class:TextDoc [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
DocXMLRPCServer.py | 67 def docroutine(self, object, name, mod=None, member in class:ServerHTMLDoc 128 contents.append(self.docroutine(value, key, funcs=fdict))
|
pydoc.py | 331 if inspect.isroutine(object): return self.docroutine(*args) 343 docmodule = docclass = docroutine = docother = docproperty = docdata = fail 863 def docroutine(self, object, name=None, mod=None, function 1255 def docroutine(self, object, name=None, mod=None, cl=None): member in class:TextDoc [all...] |