Searched defs:build_subprocess_arglist (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/
H A DPyShell.py406 self.subprocess_arglist = self.build_subprocess_arglist()
410 def build_subprocess_arglist(self): member in class:ModifiedInterpreter
/external/python/cpython3/Lib/idlelib/
H A Dpyshell.py396 self.subprocess_arglist = self.build_subprocess_arglist()
399 def build_subprocess_arglist(self): member in class:ModifiedInterpreter

Completed in 129 milliseconds