class documentation

Flags for equations stored in GDBs

Class Variable Deselected Undocumented
Class Variable LinkTransferClear Undocumented
Class Variable LinkTransferSet Undocumented
Class Variable Selected Undocumented
Class Variable UnusedForGraph Undocumented
Class Variable UsedForGraph Undocumented

Inherited from Flags:

Class Method get Converts bytes -> Flags, splitting the byte into the corresponding bitfields
Class Method set Converts Flags -> bytes, packing the bitfields into the appropriate number of bytes
Method __contains__ Undocumented
Method __gt__ Undocumented
Method __init__ Creates an empty Flags instance with a given initial state and width
Method __int__ Undocumented
Method __str__ Undocumented
Constant _T Undocumented
Deselected: dict[int, int] = (source)

Undocumented

LinkTransferClear: dict[int, int] = (source)

Undocumented

LinkTransferSet: dict[int, int] = (source)

Undocumented

Selected: dict[int, int] = (source)

Undocumented

UnusedForGraph: dict[int, int] = (source)

Undocumented

UsedForGraph: dict[int, int] = (source)

Undocumented