Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_inspect.py117 def gen_coroutine_function_example(self): function
169 gen_coro = gen_coroutine_function_example(1)
173 inspect.iscoroutinefunction(gen_coroutine_function_example))
177 inspect.isgeneratorfunction(gen_coroutine_function_example))
195 gen_coro = gen_coroutine_function_example(1)