Lines Matching +defs:command +defs:line +defs:args
98 def __init__(self, *args):
384 def __exit__(self, *args):
441 def _putline(self, line): argument
450 def _putcmd(self, line): argument
536 def _shortcmd(self, line): argument
542 def _longcmd(self, line, file=None): argument
548 def _longcmdstring(self, line, file=None): argument
726 def _statcmd(self, line): argument
753 def _artcmd(self, line, file=None): argument
818 def remove_number(line): argument
881 def _post(self, command, f): argument
1057 args = parser.parse_args() variable