MCPcopy
hub / github.com/pallets/werkzeug / task

Function task

tests/test_local.py:125–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 ls.push(1)
124
125 async def task():
126 ls.push(1)
127 assert len(ls._storage.get()) == 2
128
129 async def main():
130 futures = [asyncio.ensure_future(task()) for _ in range(3)]

Callers 1

mainFunction · 0.85

Calls 2

pushMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected