Home | History | Annotate | Download | only in python2.7

Lines Matching full:check_call

120 check_call(*popenargs, **kwargs):
128 check_call(["ls", "-l"])
156 check_call() and check_output() will raise CalledProcessError, if the
403 """This exception is raised when a process run by check_call() or
440 __all__ = ["Popen", "PIPE", "STDOUT", "call", "check_call",
527 def check_call(*popenargs, **kwargs):
535 check_call(["ls", "-l"])