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
valor.schemas.Dictionary
Adding new functionality to valor
Changing existing functionality in valor
Removing existing functionality in valor
Some member functions of the Dictionary class fail to pass pyright.
Dictionary
Dataset.metadata["some_geospatial"].intersects(polygon), # type: ignore - schema fix required
Fix type hinting for all member functions of Dictionary
Scope is limited to the python client.
This issue can be searched by issue #605
issue #605
The text was updated successfully, but these errors were encountered:
czaloom
No branches or pull requests
Feature Type
Adding new functionality to valor
Changing existing functionality in valor
Removing existing functionality in valor
Problem Description
Some member functions of the
Dictionary
class fail to pass pyright.Dataset.metadata["some_geospatial"].intersects(polygon), # type: ignore - schema fix required
Feature Description
Fix type hinting for all member functions of
Dictionary
Additional Context
Scope is limited to the python client.
This issue can be searched by
issue #605
The text was updated successfully, but these errors were encountered: