Lines Matching refs:self
34 def __init__ (self, basePath, statement, testLogs, gitStatus, gitLog, patches, summary, conformVersion, conformOs, otherItems):
35 self.basePath = basePath
36 self.statement = statement
37 self.testLogs = testLogs
38 self.gitStatus = gitStatus
39 self.gitLog = gitLog
40 self.patches = patches
41 self.summary = summary
42 self.otherItems = otherItems
43 self.conformVersion = conformVersion
44 self.conformOs = conformOs