MCPcopy
hub / github.com/python-trio/trio / get_token

Function get_token

src/trio/_core/_tests/test_local.py:112–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 t1.get()
111
112 async def get_token() -> RunVarToken[str]:
113 return t1.set("ok")
114
115 token = run(get_token)
116

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…