python3-astroid
Python3 - astroid - Rebuild a new abstract syntax tree
2.8.2
2018-08-15
eisfair-noarch
the eisfair team, team(at)eisfair(dot)org
stable
base 2.8.6
python3-base 2.8.2
python3-lazy-object-proxy 2.8.2
python3-six 2.8.0
python3-wrapt 2.8.2
Internal Program Version: astroid 1.6.5
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. It used to be called
logilab-astng.
It provides a compatible representation which comes from the _ast
module. It rebuilds the tree generated by the builtin _ast module by
recursively walking down the AST and building an extended ast. The new
node classes have additional methods and attributes for different
usages. They include some support for static inference and local name
scopes. Furthermore, astroid builds partial trees by inspecting living
objects.
http://bitbucket.org/logilab/astroid