Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nonebot/nonebot2
/ TestClass2
Class
TestClass2
tests/test_utils.py:80–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
async
def
__call__(self): ...
79
80
class
TestClass2:
81
def
__call__(self): ...
82
83
assert is_coroutine_callable(test1)
84
assert not is_coroutine_callable(test2)
Callers
2
test_is_gen_callable
Function · 0.85
test_is_async_gen_callable
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_is_gen_callable
Function · 0.68
test_is_async_gen_callable
Function · 0.68