CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
profilereader.Path Class Reference
Inheritance diagram for profilereader.Path:

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.

38 
39  def __init__(self,attrList):
40  self.count = int(attrList[0])
41  self.functionIds = [int(x) for x in attrList[1:] if x != '\n']

Member Data Documentation

profilereader.Path.count

Definition at line 39 of file profilereader.py.

profilereader.Path.functionIds

Definition at line 40 of file profilereader.py.