MCPcopy Index your code
hub / github.com/RustPython/RustPython / reducer

Method reducer

Lib/multiprocessing/context.py:204–207  ·  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

202
203 @property
204 def reducer(self):
205 '''Controls how objects will be reduced to a form that can be
206 shared with other processes.'''
207 return globals().get('reduction')
208
209 @reducer.setter
210 def reducer(self, reduction):

Callers

nothing calls this directly

Calls 2

globalsFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected