﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	launchpad_bug
3970	Type Annotations and updating of function for wormholetesting	daniellee	daniellee	"While using mypy with the `--strict` flag to type annotate the wormholetesting.py file I encountered a function that should be updated in this file and I thought it might be a good place to start.

Function in question: 
`_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.

TODO:
1. Update _verify() function.
2. Type annotate functions."	enhancement	assigned	minor	User Documentation Goals	unknown	n/a		Type Annotations		
