Public Member Functions | |
def | __init__ |
Public Attributes | |
count | |
functionIds |
Definition at line 37 of file profilereader.py.
def profilereader::Path::__init__ | ( | self, | ||
attrList | ||||
) |
Definition at line 38 of file profilereader.py.
00038 : 00039 self.count = int(attrList[0]) 00040 self.functionIds = [int(x) for x in attrList[1:] if x != '\n'] 00041 class ProfileData(object):
Definition at line 39 of file profilereader.py.
Definition at line 40 of file profilereader.py.