Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py491 def get_function_source(func): function
Dtest_events.py2715 filename, lineno = test_utils.get_function_source(noop)
2750 filename, lineno = test_utils.get_function_source(method)
2766 filename, lineno = test_utils.get_function_source(noop)
2893 src = test_utils.get_function_source(noop)
2909 filename, lineno = test_utils.get_function_source(noop)
Dtest_tasks.py278 filename, lineno = test_utils.get_function_source(notmuch)
348 filename, lineno = test_utils.get_function_source(notmuch)
367 src = '%s:%s' % test_utils.get_function_source(notmuch)
2055 func_filename, func_lineno = test_utils.get_function_source(coro_noop)
Dtest_futures.py298 filename, lineno = test_utils.get_function_source(func)