eric6/DebugClients/Python/SubprocessExtension.py

branch
multi_processing
changeset 7563
b0d6b63f2843
parent 7424
9bb7d8b0f966
child 7873
cb2badbdf26c
equal deleted inserted replaced
7428:27c55a3d0b89 7563:b0d6b63f2843
39 39
40 @param arguments command line arguments for the new process 40 @param arguments command line arguments for the new process
41 @type list of str or str 41 @type list of str or str
42 @param args constructor arguments of Popen 42 @param args constructor arguments of Popen
43 @type list 43 @type list
44 @param kwargs constructor keword only arguments of Popen 44 @param kwargs constructor keyword only arguments of Popen
45 @type dict 45 @type dict
46 """ 46 """
47 if ( 47 if (
48 _debugClient.debugging and 48 _debugClient.debugging and
49 _debugClient.multiprocessSupport and 49 _debugClient.multiprocessSupport and

eric ide

mercurial