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

Method reducer

Lib/multiprocessing/context.py:213–216  ·  view source on GitHub ↗

Controls how objects will be reduced to a form that can be shared with other processes.

(self)

Source from the content-addressed store, hash-verified

211
212 @property
213 def reducer(self):
214 '''Controls how objects will be reduced to a form that can be
215 shared with other processes.'''
216 return globals().get('reduction')
217
218 @reducer.setter
219 def reducer(self, reduction):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected