Fhmake Index / Fhmake / Utils
Auto-generated documentation for fhmake.utils module.
Execute a command and check for errors.
command
str - commands as a string
RuntimeWarning
- throw a warning should there be a non exit code
tuple[int,
str] - return code + stdout
def _doSysExec(command: str) -> tuple[int, str]: ...
Get the pyproject data.
def _getPyproject() -> dict: ...
Write the pyproject data back to file.
def _setPyproject(toml: toml_document.TOMLDocument) -> None: ...