CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Variables
python.TagTree Namespace Reference

Classes

class  tagTree
 

Variables

tuple allleafs = mytree.getAllLeaves()
 
tuple mynode = Node.Node()
 
tuple mytree = tagTree(session,'mytest2')
 
dictionary newlinks = {}
 
tuple newtree = tagTree(session,'mynewtest')
 
tuple result = mytree.getNode('A')
 
tuple session
 
tuple svc = coral.ConnectionService()
 

Variable Documentation

tuple python.TagTree.allleafs = mytree.getAllLeaves()

Definition at line 629 of file TagTree.py.

tuple python.TagTree.mynode = Node.Node()

Definition at line 598 of file TagTree.py.

tuple python.TagTree.mytree = tagTree(session,'mytest2')

Definition at line 596 of file TagTree.py.

dictionary python.TagTree.newlinks = {}

Definition at line 637 of file TagTree.py.

tuple python.TagTree.newtree = tagTree(session,'mynewtest')

Definition at line 635 of file TagTree.py.

tuple python.TagTree.result = mytree.getNode('A')

Definition at line 603 of file TagTree.py.

tuple python.TagTree.session
Initial value:
1 = svc.connect( 'sqlite_file:testTree.db',
2  accessMode = coral.access_Update )

Definition at line 590 of file TagTree.py.

tuple python.TagTree.svc = coral.ConnectionService()

Definition at line 589 of file TagTree.py.