Home | History | Annotate | Download | only in pexpect

Lines Matching refs:cwd

152         extra_args=None, logfile=None, cwd=None, env=None):
229 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env)
232 cwd=cwd, env=env)
283 searchwindowsize=None, logfile=None, cwd=None, env=None):
441 self.cwd = cwd
593 if self.cwd is not None:
594 os.chdir(self.cwd)