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