We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
context_expressions.md
app-model
Expression implementation has been moved to app-model (which has some okay docs: https://app-model.readthedocs.io/en/latest/reference/expressions/#app_model.expressions.Expr)
Also app-model does not yet handle contexts but we are using their context types (e.g., ContextNamespace and ContextKey).
ContextNamespace
ContextKey
We should update the documentation to reflect this and point to app-model docs where appropriate.
Related ref: napari/napari#4860 (comment)
The text was updated successfully, but these errors were encountered:
Related task #146
Sorry, something went wrong.
We should also include the new ContextMapping, in particular:
ContextMapping
get_context
See for more: napari/napari#6965 (comment)
Adding this here to group context updates together.
No branches or pull requests
Expression implementation has been moved to app-model (which has some okay docs: https://app-model.readthedocs.io/en/latest/reference/expressions/#app_model.expressions.Expr)
Also app-model does not yet handle contexts but we are using their context types (e.g.,
ContextNamespace
andContextKey
).We should update the documentation to reflect this and point to app-model docs where appropriate.
Related ref: napari/napari#4860 (comment)
The text was updated successfully, but these errors were encountered: