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