Searched refs:kwargs (Results 1 – 2 of 2) sorted by relevance
42 def __init__(self, option_strings, dest, **kwargs): argument43 super(ApkAction, self).__init__(option_strings, dest, **kwargs)
628 def _popen(**kwargs): argument630 return subprocess.Popen(encoding=sys.stdout.encoding, **kwargs)631 return subprocess.Popen(**kwargs)