writer
django_spire.contrib.sync.file.writer
__all__ = ['CsvWriter', 'Writer', 'XmlWriter']
module-attribute
Writer
CsvWriter
Bases: Writer
Source code in django_spire/contrib/sync/file/writer/csv.py
write
Source code in django_spire/contrib/sync/file/writer/csv.py
XmlWriter
Bases: Writer