Home
last modified time | relevance | path

Searched refs:launch_dir (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py154 launch_dir = None variable in PtyProcess
304 inst.launch_dir = cwd
346 if self.launch_dir is not None:
347 args.append("cwd=%r" % self.launch_dir)