issues
search
balabit
/
typesafety
Type safety checker for Python3
GNU Lesser General Public License v2.1
23
stars
9
forks
source link
Partially implement some typing types
#32
Closed
herczy
closed
6 years ago
herczy
commented
6 years ago
The following types are implemented from the typing module:
typing.Union
typing.Optional
typing.Callable (without signature checking)
The following types are implemented from the typing module: