Home
last modified time | relevance | path

Searched refs:starargs_tuple (Results 1 – 1 of 1) sorted by relevance

/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Dfunction.py359 def _unpack_and_match_args(self, node, vm, match_signature, starargs_tuple): argument
367 stars = collections.deque(starargs_tuple)
398 all_args = posargs + starargs_tuple