Searched refs:starargs_tuple (Results 1 – 1 of 1) sorted by relevance
359 def _unpack_and_match_args(self, node, vm, match_signature, starargs_tuple): argument367 stars = collections.deque(starargs_tuple)398 all_args = posargs + starargs_tuple