Lines Matching refs:args
164 DecimalTuple = lambda *args: args
211 def handle(self, context, *args):
250 def handle(self, context, *args):
251 if args:
252 ans = _dec_from_triple(args[0]._sign, args[0]._int, 'n', True)
263 def handle(self, context, *args):
279 def handle(self, context, sign, *args):
290 def handle(self, context, *args):
301 def handle(self, context, *args):
327 def handle(self, context, *args):
375 def handle(self, context, sign, *args):
4038 def _raise_error(self, condition, explanation = None, *args):
4049 return error().handle(self, *args)
4054 return condition().handle(self, *args)