pydstool
pydstool copied to clipboard
parser module is removed from python 3.10
Just FYI:
The parser
module is removed from python3.10. The docs suggests using the ast
module.
See PyDSTool/parseUtils.py