mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-14 23:22:18 +08:00
From the Lib/csv.py source, 'f' is passed directly to _csv.reader, which expects Iterable[Text]
From the Lib/csv.py source, 'f' is passed directly to _csv.reader, which expects Iterable[Text]