Package logilab-common-0 ::
Package 39 ::
Package 0 ::
Package ureports
|
|
Package ureports
source code
Universal report objects and some formatting drivers.
A way to create simple reports using python objects, primarly designed to be
formatted as text and html.
:copyright:
2004-2008 `LOGILAB S.A. <http://www.logilab.fr>`_ (Paris, FRANCE),
all rights reserved.
:contact:
http://www.logilab.org/project/logilab-common --
mailto:python-projects@logilab.org
:license:
`General Public License version 2
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>`_
|
get_nodes(node,
klass)
return an iterator on all children node of the given klass |
source code
|
|
|
|
|
build_summary(layout,
level=1)
make a summary for the report, including X level |
source code
|
|
try to return the layout's title as string, return None if not found
|