# {py:mod}`physpyx.manager` ```{py:module} physpyx.manager ``` ```{autodoc2-docstring} physpyx.manager :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`PTManager ` - ```` ### API `````{py:class} PTManager(fname: str) :canonical: physpyx.manager.PTManager Bases: {py:obj}`abc.ABC` ````{py:method} __enter__() -> typing.Self :canonical: physpyx.manager.PTManager.__enter__ ```{autodoc2-docstring} physpyx.manager.PTManager.__enter__ ``` ```` ````{py:method} __exit__(_: type[BaseException] | None, exc_val: BaseException | None, exc_tb: types.TracebackType | None) :canonical: physpyx.manager.PTManager.__exit__ ```{autodoc2-docstring} physpyx.manager.PTManager.__exit__ ``` ```` `````