pymhf.core.functions module#
- class pymhf.core.functions.ArgData(name, arg_type)#
Bases:
NamedTuple
- class pymhf.core.functions.FuncDef(restype: Any, argtypes: list[ArgData], defaults: dict | None = None)#
Bases:
object- property arg_types: list[_SimpleCData | Structure | _Pointer | _Pointer | Array | Union | c_enum32]#
- flatten(*args, **kwargs)#
Take the provided signature, args and kwargs and convert to a single list of args.
- to_FUNCDEF() FUNCDEF#