Non-public chunks property. Allows setting a chunk value.
(self)
| 1529 | |
| 1530 | @property |
| 1531 | def _chunks(self): |
| 1532 | """Non-public chunks property. Allows setting a chunk value.""" |
| 1533 | return self.__chunks |
| 1534 | |
| 1535 | @_chunks.setter |
| 1536 | def _chunks(self, chunks): |
nothing calls this directly
no test coverage detected