HomeSort by relevance Sort by last modified time
    Searched refs:capturestderr (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py 40 def __init__(self, cmd, capturestderr=False, bufsize=-1):
45 (as with os.system()). The 'capturestderr' flag, if true, specifies
54 if capturestderr:
61 if capturestderr:
68 if capturestderr:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
popen2.py 40 def __init__(self, cmd, capturestderr=False, bufsize=-1):
45 (as with os.system()). The 'capturestderr' flag, if true, specifies
54 if capturestderr:
61 if capturestderr:
68 if capturestderr:

Completed in 29 milliseconds