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

Class _ResultItem

Lib/concurrent/futures/process.py:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 self.kwargs = kwargs
156
157class _ResultItem(object):
158 def __init__(self, work_id, exception=None, result=None, exit_pid=None):
159 self.work_id = work_id
160 self.exception = exception
161 self.result = result
162 self.exit_pid = exit_pid
163
164class _CallItem(object):
165 def __init__(self, work_id, fn, args, kwargs):

Callers 1

_sendback_resultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…