-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document Python Args and ArgsDict types #12346
Conversation
Your site preview for commit e37131f is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12346-e37131f8.s3-website.us-west-2.amazonaws.com. |
e37131f
to
9a621d0
Compare
Document how in Python inputs can either be argument classes or dictionary literals. Ref pulumi/registry#4936
9a621d0
to
990f22a
Compare
Your site preview for commit 990f22a is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12346-990f22a6.s3-website.us-west-2.amazonaws.com. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM otherwise
Co-authored-by: Justin Van Patten <[email protected]>
Your site preview for commit 785c9f5 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12346-785c9f5e.s3-website.us-west-2.amazonaws.com. |
Proposed changes
Document how in Python inputs can either be argument classes or dictionary literals.
Related issues (optional)
[Python] TypedDict input types
[Epic] Python: Improved Typing