pymhf.extensions.ctypes module#

class pymhf.extensions.ctypes.c_enum32#

Bases: c_long, Generic[T]

c_int32 wrapper for enums. This doesn’t have the full set of features an enum would normally have, but just enough to make it useful.

property name: str#