Searched refs:num_args (Results 1 – 1 of 1) sorted by relevance
301 def check_arity(req_args, num_args) argument302 if ((req_args > 0 and num_args != req_args) ||303 (req_args < 0 and num_args < req_args.abs))