CMS 3D CMS Logo

Public Member Functions | Public Attributes

profilereader::Path Class Reference

List of all members.

Public Member Functions

def __init__

Public Attributes

 count
 functionIds

Detailed Description

Definition at line 37 of file profilereader.py.


Constructor & Destructor Documentation

def profilereader::Path::__init__ (   self,
  attrList 
)

Definition at line 38 of file profilereader.py.

00039                                :
00040         self.count = int(attrList[0])
00041         self.functionIds = [int(x) for x in attrList[1:] if x != '\n']


Member Data Documentation

Definition at line 38 of file profilereader.py.

Definition at line 38 of file profilereader.py.