HomeSort by relevance Sort by last modified time
    Searched refs:_get_function_source (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/asyncio/
events.py 25 def _get_function_source(func): function
34 return _get_function_source(func.func)
36 return _get_function_source(func.func)
74 source = _get_function_source(func)
coroutines.py 326 source = events._get_function_source(coro.func)
test_utils.py 433 source = events._get_function_source(func)

Completed in 162 milliseconds