# {py:mod}`physpyx.physpyx` ```{py:module} physpyx.physpyx ``` ```{autodoc2-docstring} physpyx.physpyx :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`PhysPyX ` - ```` ### API `````{py:class} PhysPyX(fname: str) :canonical: physpyx.physpyx.PhysPyX Bases: {py:obj}`physpyx.manager.PTManager` ````{py:method} __call__(data: str | typing.Generator[str]) -> None :canonical: physpyx.physpyx.PhysPyX.__call__ ```{autodoc2-docstring} physpyx.physpyx.PhysPyX.__call__ ``` ```` ````{py:method} begin(name: str, *, m: list[str] | None = None, o: list[str] | None = None) -> typing.Generator[physpyx.physpyx.PhysPyX] :canonical: physpyx.physpyx.PhysPyX.begin ```{autodoc2-docstring} physpyx.physpyx.PhysPyX.begin ``` ```` ````{py:method} newcommand(name: str, opts: str = '') -> typing.Generator[physpyx.physpyx.PhysPyX] :canonical: physpyx.physpyx.PhysPyX.newcommand ```{autodoc2-docstring} physpyx.physpyx.PhysPyX.newcommand ``` ```` ````{py:method} pgf_data_table(name: str, data: typing.Generator[str]) -> None :canonical: physpyx.physpyx.PhysPyX.pgf_data_table ```{autodoc2-docstring} physpyx.physpyx.PhysPyX.pgf_data_table ``` ```` `````