Home
last modified time | relevance | path

Searched refs:BadVariableName (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_env_setup/py/
Denvironment_test.py214 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):
/external/pigweed/pw_env_setup/py/pw_env_setup/
Denvironment.py54 class BadVariableName(ValueError): class
119 raise BadVariableName('bad variable name {!r}'.format(self.name))