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

  /external/python/cpython2/Lib/idlelib/
PyShell.py 406 self.subprocess_arglist = self.build_subprocess_arglist()
410 def build_subprocess_arglist(self): member in class:ModifiedInterpreter
    [all...]
  /external/python/cpython3/Lib/idlelib/
pyshell.py 407 self.subprocess_arglist = self.build_subprocess_arglist()
410 def build_subprocess_arglist(self): member in class:ModifiedInterpreter
    [all...]

Completed in 284 milliseconds