-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expose dash.NoUpdate
for Type Hinting
#2799
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
Comments
Thanks @2Ryan09 - makes sense, but I’m worried about confusion between the |
Unfortunately I don't believe there are any accepted conventions for this other than the they styled as CapWords.
|
On a higher note, should |
Because, from what I can gather, |
Yes, I guess we could add the check in to NoUpdate on the user side is mostly just a singleton and the api we have is |
dash.NoUpdate
for Type Hintingdash.NoUpdate
for Type Hinting
Enable more comprehensive type hinting of dash callback methods by exposing
dash._callback.NoUpdate
.Given
callback()
andclientside_callback()
are already imported up, is there any reason not to also exposeNoUpdate
?A Minimal Dash App with comprehensive python typing:
The text was updated successfully, but these errors were encountered: