Opened at 2023-01-31T17:10:12Z
Last modified at 2023-03-16T12:26:08Z
#3970 closed enhancement
Type Annotations for wormholetesting — at Version 5
Reported by: | daniellee | Owned by: | daniellee |
---|---|---|---|
Priority: | minor | Milestone: | User Documentation Goals |
Component: | unknown | Version: | n/a |
Keywords: | Type Annotations | Cc: | |
Launchpad Bug: |
Description (last modified by daniellee)
Using mypy with the --strict flag to type annotate file I encountered a candidate for refactoring in this file and I thought it might be a good place to start. There is not much to type annotate.
_verify() function uses a deprecated function getargspec(). We aim to update this function to use the new getfullargspec() and yet maintain the strictness of the check.
Change History (5)
comment:1 Changed at 2023-01-31T17:14:50Z by daniellee
- Description modified (diff)
comment:2 Changed at 2023-01-31T17:15:03Z by daniellee
- Owner set to daniellee
- Status changed from new to assigned
comment:3 Changed at 2023-01-31T17:15:16Z by daniellee
- Description modified (diff)
comment:4 Changed at 2023-02-07T16:43:19Z by daniellee
- Description modified (diff)
- Summary changed from Type Annotations for wormhole and jsonbytes to Type Annotations for wormholetesting
comment:5 Changed at 2023-02-17T22:34:39Z by daniellee
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.