Integrate type annotations inline into PyJapc
A substantial change to remove the _japc.pyi
and replace it with inline type annotations (plus a separate typing pyi
file for common definitions).
There were one or two cases where the type annotations weren't fully correct in _japc.pyi
. I have fixed the ones that triggered errors with mypy
. I do not intend to correct the inherited (and incorrect) callback annotations in this MR.
Merge request reports
Activity
Filter activity
assigned to @pelson
added 1 commit
- 782bacce - Type annotate the most important PyJapc methods.
- Resolved by Philip Elson
- Resolved by Ivan Sinkarenko
- Resolved by Philip Elson
- Resolved by Ivan Sinkarenko
- Resolved by Philip Elson
- Resolved by Ivan Sinkarenko
- Resolved by Ivan Sinkarenko
- Resolved by Ivan Sinkarenko
- Resolved by Philip Elson
- Resolved by Philip Elson
- Resolved by Philip Elson
- Resolved by Philip Elson
- Resolved by Philip Elson
added 1 commit
- bf6557ea - Review of changes, and get the tests passing
added 1 commit
- 1f4c13d5 - Fix failing test when testing against master of JPype
added 1 commit
- 061dc24f - Fix failing test when testing against master of JPype
Please register or sign in to reply