context
- sherpa.utils.parallel.context = <multiprocessing.context.ForkContext object>
The multiprocessing context used to run the processes.
This will be
Nonewhen multiprocessing support is not available (that is,multiisFalse). It is set by themultiprocessing_start_methodsetting from themultiprocessingblock in the configuration file (returned bysherpa.get_config).Added in version 4.16.1.
See also