Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nonebot/nonebot2
/ TestClass3
Class
TestClass3
tests/test_utils.py:107–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
yield
106
107
class
TestClass3:
108
def
__call__(self): ...
109
110
assert is_gen_callable(test1)
111
assert not is_gen_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