Searched refs:BadVariableName (Results 1 – 2 of 2) sorted by relevance
216 with self.assertRaises(environment.BadVariableName):220 with self.assertRaises(environment.BadVariableName):224 with self.assertRaises(environment.BadVariableName):228 with self.assertRaises(environment.BadVariableName):232 with self.assertRaises(environment.BadVariableName):
55 class BadVariableName(ValueError): class128 raise BadVariableName('bad variable name {!r}'.format(self.name))