pymhf.main module#

class pymhf.main.WrappedProcess(proc: Process | None = None, thread_handle: int | None = None)#

Bases: object

resume()#
suspend()#
pymhf.main.get_process_when_ready(cmd: str, target: str, required_assemblies: list[str] | None = None, is_steam: bool = True, start_paused: bool = False)#
pymhf.main.load_mod_file(filepath)#

Load an individual file as a mod.

pymhf.main.load_module(plugin_name: str, module_path: str)#

Load the module.

exception pymhf.main.pymhfExitException#

Bases: Exception