MCPcopy Create free account
hub / github.com/dchevell/flask-executor / decorated

Function decorated

tests/test_executor.py:102–103  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

100 executor = Executor(default_app)
101 @executor.job
102 def decorated(n):
103 return fib(n)
104 with default_app.test_request_context(''):
105 future = decorated.submit(5)
106 assert future.result() == fib(5)

Callers

nothing calls this directly

Calls 1

fibFunction · 0.70

Tested by

no test coverage detected