ufal / neuralmonkey

An open-source tool for sequence learning in NLP built on TensorFlow.
BSD 3-Clause "New" or "Revised" License
410 stars 104 forks source link

Switch from typeguard to pytypes #779

Open jindrahelcl opened 5 years ago

jindrahelcl commented 5 years ago

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.