Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Cl2
Class
Cl2
Lib/test/test_inspect/test_inspect.py:319–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
))
318
319
class
Cl2:
320
@inspect.markcoroutinefunction
321
def
__call__(self):
322
pass
323
324
self.assertFalse(inspect.iscoroutinefunction(Cl2))
325
# instances with marked __call__ are NOT recognised.
Callers
1
test_iscoroutine
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_iscoroutine
Method · 0.68