Home
last modified time | relevance | path

Searched defs:popenargs (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dsubprocess.py164 def call(*popenargs, **kwargs):
175 def check_call(*popenargs, **kwargs):
194 def check_output(*popenargs, **kwargs):
/external/python/cpython3/Lib/
Dsubprocess.py315 def call(*popenargs, timeout=None, **kwargs):
332 def check_call(*popenargs, **kwargs):
351 def check_output(*popenargs, timeout=None, **kwargs):
431 def run(*popenargs,