rompy.swan.components.lockup.STOP#
- pydantic model rompy.swan.components.lockup.STOP[source]#
End of commands.
STOP
This required command marks the end of the commands in the command file. Note that the command STOP may be the last command in the input file; any information in the input file beyond this command is ignored.
Examples
In [1]: from rompy.swan.components.lockup import STOP In [2]: stop = STOP() In [3]: print(stop.render()) STOP
- field model_type: Literal['stop', 'STOP'] = 'stop'#
Model type discriminator