Controls how objects will be reduced to a form that can be shared with other processes.
(self)
| 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): |