[pygccxml-commit] source/pyplusplus/experimental treerange.py,1.2,1.3
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <mb...@us...> - 2006-03-16 14:50:01
|
Update of /cvsroot/pygccxml/source/pyplusplus/experimental In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32555 Modified Files: treerange.py Log Message: Fixed a typo in a doc string Index: treerange.py =================================================================== RCS file: /cvsroot/pygccxml/source/pyplusplus/experimental/treerange.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** treerange.py 15 Mar 2006 17:12:17 -0000 1.2 --- treerange.py 16 Mar 2006 14:49:53 -0000 1.3 *************** *** 26,30 **** parts of a declaration tree. This iteration is used when particular declarations are queried. ! By calling the L{union()} and L{intersection()} methods, a range can be created that restricts the search to particular areas of the tree. This can be used to exploit a priori knowledge about the filter --- 26,30 ---- parts of a declaration tree. This iteration is used when particular declarations are queried. ! By calling the L{union()} and L{intersect()} methods, a range can be created that restricts the search to particular areas of the tree. This can be used to exploit a priori knowledge about the filter |