usr/src/lib/logilab-astng/logilab-astng.3.sunman
author Cyril Plisko <cyril.plisko@grigale.com>
Tue, 06 Apr 2010 16:00:14 +0300
changeset 11 87960ed158f9
parent 0 b34509ac961f
permissions -rw-r--r--
Import sfw build 137 Bugs Fixed ---------- 6926835 Wireshark cannot open files typed into the location bar 6930214 CVE-2010-0624: Heap-based buffer overflow in GNU Tar 6933424 Various sfw manual pages need to be adjusted to use the new OpenSolaris package names. 6937764 upgrade OpenSSL to 0.9.8n (and fix CVE-2010-0740)

'\" te
.\"
.\" Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
.\" Use is subject to license terms.
.\"
.\" ident	"@(#)logilab-astng.3.sunman	1.2	10/03/16 SMI"
.\"
.TH logilab-astng 3 "30 Apr 2009"
.SH NAME
logilab-astng \- Python Abstract Syntax Tree New Generation
.SH DESCRIPTION
The
.I logilab-astng
The aim of this module is to provide a common base representation of 
python source code for projects such as pychecker, pyreverse, pylint.

.LP
It is governed by pylint's needs.  It extends class defined in the 
compiler.ast [1] module with some additional methods and attributes. 
Instance attributes are added by a builder object, which can either 
generate extended ast by visiting an existant ast tree or by inspecting 
living object. Methods are added by monkey patching ast classes.

.LP
Main modules are:
.LP

* nodes and scoped_nodes for more information about methods 
and attributes added to different node classes

.LP
* the manager contains a high level object to get astng trees 
from source files and living objects. It maintains a cache of 
previously constructed tree for quick access

.LP
* builder contains the class responsible to build astng trees


.LP

.SH FILES
.TP 2.2i
.B /usr/lib/python2.6/vendor-packages/logilab/astng
shared object library files

.SH AUTHORS
Sylvain Thenault ([email protected])

.SH SUPPORT
[email protected]

.SH ATTRIBUTES
See
.BR attributes (5)
for descriptions of the following attributes:
.sp
.TS
box;
cbp-1 | cbp-1
l | l .
ATTRIBUTE TYPE	ATTRIBUTE VALUE
=
Availability	library/python-2/logilab-astng
=
Interface Stability	Uncommitted
.TE
.SH SEE ALSO
.IR logilab-common (3),
.IR pylint (1),
.SH NOTES

Documentation for logilab-astng is available on-line at http://www.logilab.org/project/logilab-astng

Source for logilab-astng is available on http://opensolaris.org.