Lines Matching defs:self
43 def __init__(self, testsuite, testname, command): argument
54 def note(self): argument
59 def note(self, note): argument
64 def requirement_state(self): argument
69 def requirement_state(self, requirement_state): argument
74 def testsuite(self): argument
79 def testsuite(self, testsuite): argument
84 def testname(self): argument
89 def testname(self, testname): argument
94 def command(self): argument
99 def fullname(self): argument
103 def __str__(self): argument
107 def is_staging(self): argument
112 def is_staging(self, is_staging): argument
117 def is_mandatory(self): argument
122 def is_mandatory(self, is_mandatory): argument
127 def is_filtered(self): argument
132 def is_filtered(self, is_filtered): argument