Searched refs:CommandExit (Results 1 – 6 of 6) sorted by relevance
35 class CommandExit(bb.event.Event): class40 class CommandFailed(CommandExit):43 CommandExit.__init__(self, 1)152 bb.event.fire(CommandExit(code), self.cooker.data)
312 if isinstance(event, bb.command.CommandExit):
392 bb.command.CommandExit)):
315 if isinstance(event, bb.command.CommandExit):
345 if isinstance(event, bb.command.CommandExit):
753 if isinstance(event, bb.command.CommandExit):