Home
last modified time | relevance | path

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

/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Dfunction.py339 def starstarargs_as_dict(self): member in Args
443 starstarargs_as_dict = self.starstarargs_as_dict()
444 if starstarargs_as_dict is not None:
449 namedargs = starstarargs_as_dict
451 namedargs.update(node, starstarargs_as_dict)