Package qb :: Package backend :: Module child_bootstrapper
[hide private]
[frames] | no frames]

Module child_bootstrapper

source code

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.

Functions [hide private]
 
parse_args() source code
 
main(opts) source code
Variables [hide private]
  apiPath = '%s/api/python' % os.environ.get('QBDIR', {'linux2':...
  opts = parse_args()
  exit_code = main(opts)
Variables Details [hide private]

apiPath

Value:
'%s/api/python' % os.environ.get('QBDIR', {'linux2': '/usr/local/pfx/q\
ube', 'darwin': '/Applications/pfx/qube', 'win32': 'C:/Program Files/p\
fx/qube'} [sys.platform])