TxtSaveOptions Konstruktor

__init__(selbst)

Erstellt Optionen zum Speichern von Textdateien.


def __init__(self):
    ...

__init__(selbst, Format speichern)

Erstellt Optionen zum Speichern von Textdateien.


def __init__(self, save_format):
    ...
ParameterTypBeschreibung
save_formatSaveFormatDas Dateiformat.
Es sollte SaveFormat.CSV oder SaveFormat.TSV sein,
Andernfalls wird das gespeicherte Format automatisch auf SaveFormat.CSV eingestellt.

Siehe auch