Rebuild a new abstract syntax tree from Python's ast.
The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs.
The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs.
To install py310-astroid, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-astroid
To see what files were installed by py310-astroid, run:
port contents py310-astroid
To later upgrade py310-astroid, run:
sudo port selfupdate && sudo port upgrade py310-astroid
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.