Changes between Version 3 and Version 4 of Ticket #3970
- Timestamp:
- 2023-02-07T16:43:19Z (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3970
- Property Summary changed from Type Annotations for wormhole and jsonbytes to Type Annotations for wormholetesting
-
Ticket #3970 – Description
v3 v4 1 Type annotations added for wormhole.py, jsonbyte4s.py and related files. Note jsonbytes seems to have an issue with iterencode() functions due to Liskov's subsitution principle. 1 wormholetesting.py seems to throw a lot of errors when using mypy --strict. I think this is a good place to start type annotations as it not related to that many other files.