Lines Matching +defs:command +defs:line +defs:args
278 def __exit__(self, *args):
778 def setannotation(self, *args):
844 def store(self, message_set, command, flags): argument
873 def uid(self, command, *args): argument
922 def xatom(self, name, *args):
964 def _command(self, name, *args):
1228 def _simple_command(self, name, *args):
1261 def _log(self, line): argument
1353 def __init__(self, command): argument
1554 optlist, args = getopt.getopt(sys.argv[1:], 'd:s:') variable
1556 optlist, args = (), () variable
1601 def run(cmd, args): argument