# {py:mod}`simvx.core.run` ```{py:module} simvx.core.run ``` ```{autodoc2-docstring} simvx.core.run :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`run ` - ```{autodoc2-docstring} simvx.core.run.run :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`log ` - ```{autodoc2-docstring} simvx.core.run.log :summary: ``` * - {py:obj}`__all__ ` - ```{autodoc2-docstring} simvx.core.run.__all__ :summary: ``` ```` ### API ````{py:data} log :canonical: simvx.core.run.log :value: > 'getLogger(...)' ```{autodoc2-docstring} simvx.core.run.log ``` ```` ````{py:data} __all__ :canonical: simvx.core.run.__all__ :value: > ['run'] ```{autodoc2-docstring} simvx.core.run.__all__ ``` ```` ````{py:function} run(node_class=None, *, width: int | None = None, height: int | None = None, title: str | None = None, file: str | None = None, class_name: str | None = None, **overrides) -> None :canonical: simvx.core.run.run ```{autodoc2-docstring} simvx.core.run.run ``` ````