-
We should check the types of the Python code. There are [tools to do this](https://mypy.readthedocs.io/en/stable/).
Note that type checks are sufficiently expensive that I suggest they're best as a…
-
**Is your feature request related to a problem? Please describe.**
The transaction object returned by `db.transation(['foo', 'bar', 'baz'], 'readwrite')` has the type
`IDBPTransaction`
I would …
-
It would be nice to be able to check if a vector is of a required length (exact, min or max). The scalar checkers `check_name()`, `check_string()` etc., ensure an object is of length 1, but being able…
-
This is mostly a question to @ngoldbaum and @jzuhone:
How would you guys feel about progressively adding type hints and a type checking stage to CI ? To be clear I'm thinking about doing it at least p…
-
### Bug summary
The Axes3D.has_data() method, to check if added collections have anything within them, isn't overridden at all from the original BaseAxes version. That version tests for Line2D, Colle…
-
Add static type checking to the ci pipeline using MyPy. Since the codebase already utilises the typing module, it would be useful to ensure type safety by integrating Mypy checks. Improvement to Ref …
-
This issue exists to explore ways of improving the ArgsManager interface to be more convenient and add compile-time type safety.
#16545 adds runtime type checking for ArgsManager options, but it is…
-
Some form types extend other parent types (e.g. CountryType and EnumType extend ChoiceType). In the docs of the child classes, we display all options defined by them and all options defined by their p…
-
Hi! As mentioned in https://github.com/denoland/deno/issues/15960 I'm opening a new issue to talk about this issue I'm having.
Is the task "[ ] automatic acquisition of @types package for type chec…
-