Searched defs:woohoo (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_contextlib_async.py | 78 async def woohoo(): function 92 async def woohoo(): function 168 async def woohoo(): function 185 async def woohoo(): function 201 async def woohoo(): function 254 async def woohoo(self, func, args, kwds): function
|
D | test_contextlib.py | 62 def woohoo(): function 75 def woohoo(): function 114 def woohoo(): function 131 def woohoo(): function 218 def woohoo(self, func, args, kwds): function 228 def woohoo(a, b): function 240 def woohoo(a, *, b): function 253 def woohoo(): function 537 def woohoo(y): function
|
/external/python/cpython2/Lib/test/ |
D | test_contextlib.py | 19 def woohoo(): function 32 def woohoo(): function 71 def woohoo(): function 112 def woohoo(self, func, args, kwds): function
|