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

  /external/python/cpython2/Lib/idlelib/
ScriptBinding.py 150 interp.restart_subprocess(with_cwd=False, filename=code.co_filename)
PyShell.py 471 self.transfer_path(with_cwd=True)
475 def restart_subprocess(self, with_cwd=False, filename=''):
499 self.transfer_path(with_cwd=with_cwd)
551 def transfer_path(self, with_cwd=False):
552 if with_cwd: # Issue 13506
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ScriptBinding.py 151 interp.restart_subprocess(with_cwd=False)
PyShell.py 443 self.transfer_path(with_cwd=True)
447 def restart_subprocess(self, with_cwd=False):
471 self.transfer_path(with_cwd=with_cwd)
522 def transfer_path(self, with_cwd=False):
523 if with_cwd: # Issue 13506
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ScriptBinding.py 151 interp.restart_subprocess(with_cwd=False)
PyShell.py 443 self.transfer_path(with_cwd=True)
447 def restart_subprocess(self, with_cwd=False):
471 self.transfer_path(with_cwd=with_cwd)
522 def transfer_path(self, with_cwd=False):
523 if with_cwd: # Issue 13506
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScriptBinding.py 151 interp.restart_subprocess(with_cwd=False)
PyShell.py 443 self.transfer_path(with_cwd=True)
447 def restart_subprocess(self, with_cwd=False):
471 self.transfer_path(with_cwd=with_cwd)
522 def transfer_path(self, with_cwd=False):
523 if with_cwd: # Issue 13506
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScriptBinding.py 151 interp.restart_subprocess(with_cwd=False)
PyShell.py 443 self.transfer_path(with_cwd=True)
447 def restart_subprocess(self, with_cwd=False):
471 self.transfer_path(with_cwd=with_cwd)
522 def transfer_path(self, with_cwd=False):
523 if with_cwd: # Issue 13506
    [all...]

Completed in 106 milliseconds