context
- sherpa.utils.parallel.context = <multiprocessing.context.ForkContext object>
The multiprocessing context used to run the processes.
This will be
None
when multiprocessing support is not available (that is,multi
isFalse
). It is set by themultiprocessing_start_method
setting from themultiprocessing
block in the configuration file (returned bysherpa.get_config
).Added in version 4.16.1.
See also