You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your idea
It would be great if this project also generated TypedDicts for function arguments.
Why it's useful: library authors often want to allow the end users to pass arbitrary **kwargs to boto3 clients. It's possible to annotate **kwargs with TypedDicts, for example:
Describe your idea
It would be great if this project also generated
TypedDict
s for function arguments.Why it's useful: library authors often want to allow the end users to pass arbitrary
**kwargs
toboto3
clients. It's possible to annotate**kwargs
withTypedDict
s, for example:These
TypedDict
s could be reused in the client stubs. Example:Code sample
Additional context
IRL: example: dagster-io/dagster#23568
The text was updated successfully, but these errors were encountered: