neuralmonkey
neuralmonkey copied to clipboard
Switch from typeguard to pytypes
https://pypi.org/project/pytypes/
check_argument_types
is supported. Additionally, pytypes can do runtime type checks on demand to mimic inisntance
or issubclass
behavior.