sizmailov / pybind11-stubgen

Generate stubs for python modules
Other
232 stars 47 forks source link

feature: Use builtin collections instead of typing #122

Closed sizmailov closed 1 year ago

sizmailov commented 1 year ago

Use builtin types instead of typing whenever possible

https://peps.python.org/pep-0585/

tuple # typing.Tuple
list # typing.List
dict # typing.Dict
set # typing.Set
frozenset # typing.FrozenSet
type # typing.Type