Home
last modified time | relevance | path

Searched refs:docother (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dpydoc.py391 return self.docother(*args)
399 docmodule = docclass = docroutine = docother = docproperty = docdata = fail
834 base = self.docother(getattr(object, name), name, mod)
1014 def docother(self, object, name=None, mod=None, *ignored): member in HTMLDoc
1194 contents.append(self.docother(value, key, name, maxlen=70))
1306 push(self.docother(obj, name, mod, maxlen=70, doc=doc) +
1426 def docother(self, object, name=None, mod=None, parent=None, maxlen=None, doc=None): member in TextDoc
/external/python/cpython2/Lib/
Dpydoc.py367 return self.docother(*args)
375 docmodule = docclass = docroutine = docother = docproperty = docdata = fail
809 base = self.docother(getattr(object, name), name, mod)
973 def docother(self, object, name=None, mod=None, *ignored): member in HTMLDoc
1154 contents.append(self.docother(value, key, name, maxlen=70))
1246 push(self.docother(getattr(object, name),
1358 def docother(self, object, name=None, mod=None, parent=None, maxlen=None, doc=None): member in TextDoc
/external/python/cpython2/Misc/
DHISTORY1716 - Bug #729103: pydoc.py: Fix docother() method to accept additional
/external/python/cpython3/Misc/
DHISTORY19100 - Bug #729103: pydoc.py: Fix docother() method to accept additional