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

Calls

no outgoing calls

Tested by 2

test_is_gen_callableFunction · 0.68