Files
typeshed/stubs/dateparser
Semyon Moroz 7ef1e06f4d [dateparser] Improve stubs (#15393)
* Functions with `settings` params actually accepts `Settings` (or
  `dict` only if has `@apply_settings` decorator)
* Use `TypeVar` for date params that are used as return objects
* Use `collections.abc.Set` instead of `set` since there is an
  `isinstance` check specifically for `collections.abc.Set`
* Annotated many other parameters
2026-02-09 19:25:18 +01:00
..
2023-02-06 15:57:17 -08:00