Skip to content

base

django_spire.contrib.sync.file.reader.base

Reader

Bases: Protocol

read

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