MCPcopy Index your code
hub / github.com/python/cpython / coroutine_function_example

Function coroutine_function_example

Lib/test/test_inspect/test_inspect.py:137–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 yield i
136
137async def coroutine_function_example(self):
138 return 'spam'
139
140@types.coroutine
141def gen_coroutine_function_example(self):

Callers 2

test_iscoroutineMethod · 0.85
test_isawaitableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…