Lines Matching refs:args
471 def document(self, object, name=None, *args):
473 args = (object, name) + args
479 if inspect.ismodule(object): return self.docmodule(*args)
480 if inspect.isclass(object): return self.docclass(*args)
481 if inspect.isroutine(object): return self.docroutine(*args)
484 if inspect.isdatadescriptor(object): return self.docdata(*args)
485 return self.docother(*args)
487 def fail(self, object, name=None, *args):
616 def bigsection(self, title, *args):
619 return self.section(title, *args)
2366 def log_message(self, *args):
2761 opts, args = getopt.getopt(sys.argv[1:], 'bk:n:p:w')
2787 if not args: raise BadUsage
2788 for arg in args: