Typings - unihan_etl.types¶
Typings for unihan-etl.
-
unihan_etl.types.StrPath: TypeAlias = str | ForwardRef('PathLike[str]')¶unihan_etl.types.StrPath: TypeAlias = str | ForwardRef('PathLike[str]')¶
os.PathLikeorstr
-
class unihan_etl.types.ReportHookFn¶class unihan_etl.types.ReportHookFn¶
Bases:
ProtocolProgress bar callback for download().
-
class unihan_etl.types.UrlRetrieveFn¶class unihan_etl.types.UrlRetrieveFn¶
Bases:
ProtocolType annotation for
urllib.request.urlretrieve().