pymhf.utils.partial_struct module#

class pymhf.utils.partial_struct.Field(datatype: _ctypes.Structure, offset: int | None = None)#

Bases: object

datatype: Structure#
offset: int | None = None#
pymhf.utils.partial_struct.partial_struct(cls: StructType)#