Searched refs:CommandExit (Results 1 – 8 of 8) sorted by relevance
36 class CommandExit(bb.event.Event): class41 class CommandFailed(CommandExit):44 CommandExit.__init__(self, 1)151 bb.event.fire(CommandExit(code), self.cooker.data)
811 … if isinstance(event, (bb.command.CommandFailed, bb.command.CommandExit)):
315 if isinstance(event, bb.command.CommandExit):
392 bb.command.CommandExit)):
340 if isinstance(event, bb.command.CommandExit):
806 if isinstance(event, bb.command.CommandExit):
1090 if isinstance(event, bb.command.CommandExit):