Lines Matching refs:_Config
408 self._config = config
416 self.default_cwd = (self._config.get("DEFAULT_CWD") or
420 assert self._config is not None
435 return self._config[key]
439 state_file = "%s-state.json" % self._config["PERSISTFILE_BASENAME"]
573 self.DeleteBranch(self._config["BRANCHNAME"])
577 self.GitDeleteBranch(self._config["BRANCHNAME"])
580 for f in glob.iglob("%s*" % self._config["PERSISTFILE_BASENAME"]):
794 self._config = config or self._Config()
810 def _Config(self):
867 state_file = "%s-state.json" % self._config["PERSISTFILE_BASENAME"]
873 steps.append(MakeStep(step_class, number, self._state, self._config,