# {py:mod}`simvx.editor.error_nav` ```{py:module} simvx.editor.error_nav ``` ```{autodoc2-docstring} simvx.editor.error_nav :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`parse_traceback_source ` - ```{autodoc2-docstring} simvx.editor.error_nav.parse_traceback_source :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`__all__ ` - ```{autodoc2-docstring} simvx.editor.error_nav.__all__ :summary: ``` ```` ### API ````{py:data} __all__ :canonical: simvx.editor.error_nav.__all__ :value: > ['parse_traceback_source'] ```{autodoc2-docstring} simvx.editor.error_nav.__all__ ``` ```` ````{py:function} parse_traceback_source(tb: str, project_path: pathlib.Path | str | None = None) -> tuple[str, int] | None :canonical: simvx.editor.error_nav.parse_traceback_source ```{autodoc2-docstring} simvx.editor.error_nav.parse_traceback_source ``` ````