ResSimpy.Nexus.DataModels.StructuredGrid.NexusGrid.PropertyToLoad
- class ResSimpy.Nexus.DataModels.StructuredGrid.NexusGrid.PropertyToLoad(token: 'str', modifiers: 'list[str]', property: 'VariableEntry')[source]
Bases:
objectPublic Data Attributes:
tokenmodifierspropertyMethods:
__init__(token, modifiers, property)__repr__()Return repr(self).
__eq__(other)Return self==value.
- __init__(token: str, modifiers: list[str], property: VariableEntry) None