Set partitioner for this scope.
(self, partitioner)
| 1428 | self._caching_device = caching_device |
| 1429 | |
| 1430 | def set_partitioner(self, partitioner): |
| 1431 | """Set partitioner for this scope.""" |
| 1432 | self._partitioner = partitioner |
| 1433 | |
| 1434 | def set_custom_getter(self, custom_getter): |
| 1435 | """Set custom getter for this scope.""" |
no outgoing calls
no test coverage detected