/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | 335 return self.docother(*args) 343 docmodule = docclass = docroutine = docother = docproperty = docdata = fail 770 base = self.docother(getattr(object, name), name, mod) 934 def docother(self, object, name=None, mod=None, *ignored): function 1319 def docother(self, object, name=None, mod=None, parent=None, maxlen=None, doc=None): member in class:TextDoc [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pydoc.py | 335 return self.docother(*args) 343 docmodule = docclass = docroutine = docother = docproperty = docdata = fail 770 base = self.docother(getattr(object, name), name, mod) 934 def docother(self, object, name=None, mod=None, *ignored): function 1319 def docother(self, object, name=None, mod=None, parent=None, maxlen=None, doc=None): member in class:TextDoc [all...] |