mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
Update csv.d.er
This commit is contained in:
parent
6fff8955bb
commit
ba6d8946df
1 changed files with 6 additions and 1 deletions
|
@ -20,8 +20,13 @@
|
|||
.UnixDialect = 'unix_dialect': ClassType
|
||||
.UnixDialect <: .Dialect
|
||||
|
||||
.Sniffer: ClassType
|
||||
.Sniffer.
|
||||
has_header: (self: .Sniffer, sample: Iterable(Str)) -> Bool
|
||||
sniff: (self: .Sniffer, sample: Iterable(Str), delimiters := Iterable(Str)) -> .Dialect
|
||||
|
||||
.Reader = 'reader': ClassType
|
||||
.Reader <: Iterator(Str)
|
||||
.Reader <: Iterator({Str: Str})
|
||||
.Reader.
|
||||
dialect: .Dialect
|
||||
line_num: Nat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue