regenerate
Python API reference for the function python.src.softschema.generate.regenerate.
Public API
Function: regenerate
Canonical path: python.src.softschema.generate.regenerate
Declared in: packages/python/src/softschema/generate.py
Signature
def regenerate(
path: Path,
*,
check: bool = False,
schema_root: Path | None = None,
) -> RegenerateResult: ...