Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add typing to component init #2276
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
Add typing to component init #2276
Changes from all commits
5323742
8626b3d
c9bb168
91cc0d6
6bbafdc
c620f58
147798b
a5250e5
6d50f15
dee40cf
24a8e90
1f4aed9
88ca3f3
c18f0fd
544dcab
91a2a1d
ed360e1
b3061a4
a4ea22e
8029f15
b0ed806
ae345e0
d7136e3
a3dc517
a4f2c4a
12c5319
8e0dfea
453834b
13ff296
279950c
e6843fd
6dc0fc1
709d1e3
e6c2356
7bc56b9
9eee253
2adb37f
f228185
7b0da8a
fb8decb
197180c
8734e1b
d5b0ebe
4e583e3
150c2a5
96b931a
4045a61
46d05be
85c26b7
40bd21a
2de448e
648a1c6
8d185c8
ef6b054
6b30d08
dd5cb44
26a83e5
18fad2d
95d8b0d
00da064
d13b343
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
took me a moment to parse this :-)
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.
It's given as
[(Output('id', 'prop), "on", "off")]
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.
I think you can just stop at a higher level
Optional[List]
, and be les concrete, leave room for future modifications.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.
:-)