Lines Matching defs:self
4 def __init__(self,name,subsections=None): argument
13 def parent(self): argument
17 def sections(self): argument
20 def addSection(self,section): argument
24 def hasChildren(self): argument
28 def name(self): argument
34 def __init__(self,runidHeader): argument
39 def runidHeader(self): argument
43 def date(self): argument
47 def sections(self): argument
50 def addSection(self,section): argument
53 def accept(self, visitor): argument
60 def __init__(self,name): argument
65 def addContent(self,content): argument
69 def isTest(self): argument
72 def setTest(self): argument
76 def hasContent(self): argument
80 def accept(self, visitor): argument
90 def __init__(self,params,cores): argument
95 def addRow(self,row): argument
99 def columns(self): argument
103 def params(self): argument
107 def cores(self): argument
111 def rows(self): argument
114 def accept(self, visitor): argument
118 def __init__(self,text): argument
122 def text(self): argument
125 def accept(self, visitor): argument
129 def __init__(self,data): argument
133 def data(self): argument
136 def accept(self, visitor): argument
140 def __init__(self,data,runid): argument
148 def data(self): argument
152 def runids(self): argument
155 def accept(self, visitor): argument