ResSimpy.Enums.HowEnum.OperationEnum
- class ResSimpy.Enums.HowEnum.OperationEnum(value)[source]
Bases:
EnumEnum for defining what operation to apply to writing to memory.
Public Data Attributes:
REMOVEADDMODIFYInherited from
EnumMethods:
__new__(value)Inherited from
Enum__new__(cls, value)__repr__()Return repr(self).
__str__()Return str(self).
__dir__()Returns all members and all public methods
__format__(format_spec)Returns format using actual value type unless __str__ has been overridden.
__hash__()Return hash(self).
__reduce_ex__(proto)Helper for pickle.