Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dformat_helpers.py10 def _get_function_source(func): function
16 return _get_function_source(func.func)
18 return _get_function_source(func.func)
24 source = _get_function_source(func)
Dcoroutines.py249 source = format_helpers._get_function_source(coro.func)
/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py492 source = format_helpers._get_function_source(func)