Searched refs:BadVariableName (Results 1 – 2 of 2) sorted by relevance
214 with self.assertRaises(environment.BadVariableName):218 with self.assertRaises(environment.BadVariableName):222 with self.assertRaises(environment.BadVariableName):226 with self.assertRaises(environment.BadVariableName):230 with self.assertRaises(environment.BadVariableName):
54 class BadVariableName(ValueError): class119 raise BadVariableName('bad variable name {!r}'.format(self.name))