neuralmonkey icon indicating copy to clipboard operation
neuralmonkey copied to clipboard

Switch from typeguard to pytypes

Open jindrahelcl opened this issue 6 years ago • 0 comments

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.

jindrahelcl avatar Dec 13 '18 18:12 jindrahelcl