File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -223,14 +223,15 @@ class _Params(TypedDict, total=False):
223223 write_pages : bool | None
224224 external_downloader_args : Literal ["default" ] | Mapping [str , Collection [str ]] | Collection [str ] | None
225225 postprocessor_args : Mapping [str , Collection [str ]] | Collection [str ] | None
226- postprocessor_hooks : list [Callable [[dict [str , Any ]], object ]] | None
226+ postprocessor_hooks : Iterable [Callable [[dict [str , Any ]], object ]]
227227 geo_verification_proxy : str | None
228228 geo_bypass : bool | None
229229 geo_bypass_country : str | None
230230 geo_bypass_ip_block : str | None
231231 useid : bool | None
232232 compat_opts : dict [str , Any ] | None
233233 logger : _LoggerProtocol
234+ post_hooks : Iterable [Callable [[Incomplete ], object ]
234235 # Undocumented fields below.
235236 _deprecation_warnings : Collection [str ] | None
236237 _warnings : Collection [str ] | None
You can’t perform that action at this time.
0 commit comments