Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
137
async
def
coroutine_function_example(self):
138
return
'spam'
139
140
@types.coroutine
141
def
gen_coroutine_function_example(self):
Callers
2
test_iscoroutine
Method · 0.85
test_isawaitable
Method · 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…