Skip to content

base

django_spire.contrib.sync.file.writer.base

Writer

Bases: Protocol

write

Source code in django_spire/contrib/sync/file/writer/base.py
def write(self, file_path: str | Path, records: list[dict[str, Any]]) -> None: ...