henribru / google-api-python-client-stubs

Type stubs for google-api-python-client
https://pypi.org/project/google-api-python-client-stubs/
Apache License 2.0
48 stars 7 forks source link

Add defaults #45

Closed henribru closed 10 months ago

henribru commented 10 months ago

Defaults aren't used for typechecking, but some IDEs show them, so they can still be useful: https://github.com/python/typeshed/issues/8988

The defaults were added automatically using https://github.com/JelleZijlstra/stubdefaulter.