pymhf package#
Subpackages#
Submodules#
Module contents#
- class pymhf.FolderModeEnum(value)#
Bases:
Enum
An enumeration.
- INVALID = 0#
- LIBRARY = 1#
- MOD_FOLDER = 2#
- NON_LOCAL = 3#
- class pymhf.ModeEnum(value)#
Bases:
Enum
An enumeration.
- COMMAND = 4#
- CONFIG = 2#
- INIT = 3#
- INVALID = 0#
- RUN = 1#
- pymhf.run()#
Main entrypoint which can be used to run programs with pymhf. This will take the first argument as the name of a module which has been installed.