# {py:mod}`phystool.config_dev` ```{py:module} phystool.config_dev ``` ```{autodoc2-docstring} phystool.config_dev :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`MyConfig ` - ```{autodoc2-docstring} phystool.config_dev.MyConfig :summary: ``` * - {py:obj}`LaTeXConf ` - ```{autodoc2-docstring} phystool.config_dev.LaTeXConf :summary: ``` ```` ### API `````{py:class} MyConfig(dev_mode: bool) :canonical: phystool.config_dev.MyConfig ```{autodoc2-docstring} phystool.config_dev.MyConfig ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} phystool.config_dev.MyConfig.__init__ ``` ````{py:method} new_pdb_filename() -> pathlib.Path :canonical: phystool.config_dev.MyConfig.new_pdb_filename ```{autodoc2-docstring} phystool.config_dev.MyConfig.new_pdb_filename ``` ```` ````{py:method} save_config(section: str, key: str, val: str) -> None :canonical: phystool.config_dev.MyConfig.save_config ```{autodoc2-docstring} phystool.config_dev.MyConfig.save_config ``` ```` ````` `````{py:class} LaTeXConf(config_dir: pathlib.Path, db_dir: pathlib.Path, conf: dict[str, str]) :canonical: phystool.config_dev.LaTeXConf ```{autodoc2-docstring} phystool.config_dev.LaTeXConf ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} phystool.config_dev.LaTeXConf.__init__ ``` ````{py:method} env(qrocess: bool) -> dict[str, str] | PySide6.QtCore.QProcessEnvironment :canonical: phystool.config_dev.LaTeXConf.env ```{autodoc2-docstring} phystool.config_dev.LaTeXConf.env ``` ```` ````{py:method} template(tex_file: pathlib.Path) -> str :canonical: phystool.config_dev.LaTeXConf.template ```{autodoc2-docstring} phystool.config_dev.LaTeXConf.template ``` ```` `````