read_frontmatter_doc
Python API reference for the function python.src.softschema.validate.read_frontmatter_doc.
Public API
Function: read_frontmatter_doc
Canonical path: python.src.softschema.validate.read_frontmatter_doc
Declared in: packages/python/src/softschema/validate.py
Signature
def read_frontmatter_doc(path: Path) -> tuple[str, Any | None]: ...