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.py502 def get_function_source(func): function
Dtest_events.py2153 filename, lineno = test_utils.get_function_source(noop)
2189 filename, lineno = test_utils.get_function_source(method)
2205 filename, lineno = test_utils.get_function_source(noop)
2332 src = test_utils.get_function_source(noop)
2348 filename, lineno = test_utils.get_function_source(noop)
Dtest_tasks.py333 filename, lineno = test_utils.get_function_source(notmuch)
431 filename, lineno = test_utils.get_function_source(notmuch)
450 src = '%s:%s' % test_utils.get_function_source(notmuch)
2432 func_filename, func_lineno = test_utils.get_function_source(coro_noop)
Dtest_futures.py323 filename, lineno = test_utils.get_function_source(func)