| Trees | Indices | Help |
|
|---|
|
|
A Python childHandler bootstrapper
Starts a PyCmdExecutor instance, which is a running python interpreter whose stdin/stdout/stderr are hooked up to a subprocess.POpen() object that is running in a PyCmdDispatcher somewhere.
|
|||
|
|||
|
|||
|
|||
apiPath = '%s/api/python' % os.environ.get('QBDIR', {'linux2':
|
|||
opts = parse_args()
|
|||
exit_code = main(opts)
|
|||
|
|||
apiPath
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 17 10:44:37 2017 | http://epydoc.sourceforge.net |