Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2119
class
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_task
Function · 0.90
get
Method · 0.80
wait
Method · 0.45
Tested by
no test coverage detected