Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py3208 def inc_result(num): function
3214 self.loop.call_soon(inc_result, 1)
3218 inc_result(num) # num should be 11