Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Cl
Class
Cl
Lib/test/test_inspect/test_inspect.py:307–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
)
306
307
class
Cl:
308
async
def
__call__(self):
309
pass
310
311
self.assertFalse(inspect.iscoroutinefunction(Cl))
312
# instances with async def __call__ are NOT recognised.
Callers
1
test_iscoroutine
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_iscoroutine
Method · 0.68