pyrseus.core.sys.is_mp_start_method_supported¶
- pyrseus.core.sys.is_mp_start_method_supported(start_method: str) bool[source]¶
Returns whether the given
start_methodis supported by themultiprocessinglibrary, in the current process.
Returns whether the given start_method is supported by the
multiprocessing library, in the current process.