MCPcopy Index your code
hub / github.com/python/cpython / _WorkItem

Class _WorkItem

Lib/concurrent/futures/process.py:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 return exc
149
150class _WorkItem(object):
151 def __init__(self, future, fn, args, kwargs):
152 self.future = future
153 self.fn = fn
154 self.args = args
155 self.kwargs = kwargs
156
157class _ResultItem(object):
158 def __init__(self, work_id, exception=None, result=None, exit_pid=None):

Callers 1

submitMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…