Lines Matching defs:args
556 def log_error(self, format, *args):
568 self.log_message(format, *args)
575 def log_message(self, format, *args):
595 message = format % args
667 def __init__(self, *args, directory=None, **kwargs):
671 super().__init__(*args, **kwargs)
1166 args = [script]
1168 args.append(decoded_query)
1191 os.execve(scriptfile, args, env)
1293 args = parser.parse_args()
1294 if args.cgi:
1311 directory=args.directory)
1316 port=args.port,
1317 bind=args.bind,
1318 protocol=args.protocol,