Searched refs:switchval (Results 1 – 1 of 1) sorted by relevance
275 def switchCase(self, switchval, blocked = False): argument276 self.code += self.indent() + "case %s:" % switchval279 def switchCaseBreak(self, switchval, blocked = False): argument280 self.code += self.indent() + "case %s:" % switchval284 self.code += self.indent() + "default:" % switchval