Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ gen_coroutine_function_example
Function
gen_coroutine_function_example
Lib/test/test_inspect/test_inspect.py:141–143 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
139
140
@types.coroutine
141
def
gen_coroutine_function_example(self):
142
yield
143
return
'spam'
144
145
def
meth_noargs():
pass
146
def
meth_o(object, /):
pass
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…