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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_contextlib.py19 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_plain
23 with woohoo() as x:
32 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_finally
39 with woohoo() as x:
71 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_except
78 with woohoo() as x:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_contextlib.py19 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_plain
23 with woohoo() as x:
32 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_finally
39 with woohoo() as x:
71 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_except
78 with woohoo() as x:

Completed in 60 milliseconds