Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_asyncio/
Dutils.py504 def get_function_source(func): function
Dtest_events.py2176 filename, lineno = test_utils.get_function_source(noop)
2212 filename, lineno = test_utils.get_function_source(method)
2228 filename, lineno = test_utils.get_function_source(noop)
2355 src = test_utils.get_function_source(noop)
2371 filename, lineno = test_utils.get_function_source(noop)
Dtest_tasks.py387 filename, lineno = test_utils.get_function_source(notmuch)
485 filename, lineno = test_utils.get_function_source(notmuch)
504 src = '%s:%s' % test_utils.get_function_source(notmuch)
2488 func_filename, func_lineno = test_utils.get_function_source(coro_noop)
Dtest_futures.py340 filename, lineno = test_utils.get_function_source(func)