MCPcopy Create free account
hub / github.com/agronholm/anyio / taskfunc

Method taskfunc

tests/test_taskgroups.py:2121–2122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2119class TestCreateTask:
2120 async def test_coro_attr(self) -> None:
2121 async def taskfunc() -> None:
2122 pass
2123
2124 coro = taskfunc()
2125 async with create_task_group() as tg:

Callers

nothing calls this directly

Calls 3

get_current_taskFunction · 0.90
getMethod · 0.80
waitMethod · 0.45

Tested by

no test coverage detected