MCPcopy 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
141def gen_coroutine_function_example(self):
142 yield
143 return 'spam'
144
145def meth_noargs(): pass
146def meth_o(object, /): pass

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…