Home | History | Annotate | Download | only in python2.7

Lines Matching full:docother

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):
1115 contents.append(self.docother(value, key, name, maxlen=70))
1207 push(self.docother(getattr(object, name),
1319 def docother(self, object, name=None, mod=None, parent=None, maxlen=None, doc=None):