Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_inspect.py122 def gen_coroutine_function_example(self): function
172 gen_coro = gen_coroutine_function_example(1)
176 inspect.iscoroutinefunction(gen_coroutine_function_example))
180 gen_coroutine_function_example))))
184 inspect.isgeneratorfunction(gen_coroutine_function_example))
188 gen_coroutine_function_example))))
222 gen_coro = gen_coroutine_function_example(1)