Searched defs:EnvironGuard (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
H A Dsupport.py130 class EnvironGuard(object): class in inherits:object
133 super(EnvironGuard, self).setUp()
145 super(EnvironGuard, self).tearDown()
/external/python/cpython3/Lib/distutils/tests/
H A Dsupport.py122 class EnvironGuard(object): class in inherits:object
125 super(EnvironGuard, self).setUp()
137 super(EnvironGuard, self).tearDown()

Completed in 86 milliseconds