MCPcopy 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_callableFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_is_gen_callableFunction · 0.68