pymor.scripts.pymor_demo¶
Module Contents¶
- pymor.scripts.pymor_demo.help_handler(*tokens: Annotated[str, Parameter(show=False, allow_leading_hyphen=True)])[source]¶
- pymor.scripts.pymor_demo.main(demo: Literal[demos], /, *args: Annotated[str, Parameter(allow_leading_hyphen=True)], help: Annotated[bool, Parameter(name=['--help-for-demo'], show=False)] = False)[source]¶
Runs a pyMOR demo script.
- Parameters:
demo – Name of the demo script to run.
args – Arguments for the demo script.