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

Method submit

flask_executor/executor.py:46–48  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

44 self.fn = fn
45
46 def submit(self, *args, **kwargs):
47 future = self.executor.submit(self.fn, *args, **kwargs)
48 return future
49
50 def submit_stored(self, future_key, *args, **kwargs):
51 future = self.executor.submit_stored(future_key, self.fn, *args, **kwargs)

Callers

nothing calls this directly

Calls 1

submitMethod · 0.45

Tested by

no test coverage detected