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 is False). It is set by the multiprocessing_start_method setting from the multiprocessing block in the configuration file (returned by sherpa.get_config).

Added in version 4.16.1.

See also

multi