Home | History | Annotate | Download | only in suite_scheduler

Lines Matching defs:keyword

21 def SectionName(keyword):
23 return keyword + _SECTION_SUFFIX
49 @var _keyword: the keyword/name of this event, e.g. new_build, nightly.
72 Uses cls.KEYWORD to determine which section to look at, and parses
78 section = SectionName(cls.KEYWORD)
82 def __init__(self, keyword, manifest_versions, always_handle):
85 @param keyword: the keyword/name of this event, e.g. nightly.
89 self._keyword = keyword
96 def keyword(self):
118 keyword remains unchanged; the following take on values from to_merge:
191 logging.info('Handling %s for %s', self.keyword, board)