Searched defs:build_subprocess_arglist (Results 1 - 2 of 2) sorted by relevance
/external/python/cpython2/Lib/idlelib/ | ||
H A D | PyShell.py | 406 self.subprocess_arglist = self.build_subprocess_arglist() 410 def build_subprocess_arglist(self): member in class:ModifiedInterpreter |
/external/python/cpython3/Lib/idlelib/ | ||
H A D | pyshell.py | 396 self.subprocess_arglist = self.build_subprocess_arglist() 399 def build_subprocess_arglist(self): member in class:ModifiedInterpreter |
Completed in 129 milliseconds