Paketname | python-logilab-astng |
Beschreibung | rebuild a new abstract syntax tree (AST) from Python's ast |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.20.1-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 580 Byte |
Hängt ab von | python, python-support (>= 0.90.0), python-logilab-common (>= 0.49.0) |
Empfohlene Pakete | |
Paketbetreuer | Debian Python Modules Team |
Quelle | logilab-astng |
Paketgröße | 92856 Byte |
Prüfsumme MD5 | ba0c5838dda6c33d74443946900520aa |
Prüfsumme SHA1 | 21ac875caa83d4c71d81a8f852371ee6af467f42 |
Prüfsumme SHA256 | 9e952defa622a7fa51e1d7b61003567e2bf7ebafbb21ba2533d70032545ba0d6 |
Link zum Herunterladen | python-logilab-astng_0.20.1-1_all.deb |
Ausführliche Beschreibung | The aim of this module is to provide a common base representation of
Python source code for projects such as pyreverse or pylint.
.
Since 0.18, it provides a compatible representation which may come
from the `compiler` module (for Python <= 2.4) pr the `_ast` module
(for Python >= 2.5).
.
It rebuilds the generated tree by recursively walking down the AST
and building an extended ast (let's call it astng ;). The new node
classes have additional methods and attributes for different usages.
Furthermore, astng builds partial trees by inspecting living objects.
|