Project 'mj/mo-submit' was moved to 'mo-p/osmo'. Please update any links and bookmarks that may still have the old path.
WIP: Reforma importů
1 open thread
1 open thread
Compare changes
- Martin Mareš authored
Čtení souboru selže, pokud v hlavičce není ani jeden známý sloupec.
+ 83
− 10
@@ -7,9 +7,67 @@
@@ -19,7 +77,12 @@ class TSV(csv.Dialect):
@@ -27,10 +90,14 @@ class Row:
@@ -38,12 +105,12 @@ def write(file: IO, dialect: str, row_class: Type[Row], rows: Sequence[Row]):
@@ -51,13 +118,19 @@ def read(file: IO, dialect: str, row_class: Type[Row]):