mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-30 03:42:51 +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]