Set custom getter for this scope.
(self, custom_getter)
| 1432 | self._partitioner = partitioner |
| 1433 | |
| 1434 | def set_custom_getter(self, custom_getter): |
| 1435 | """Set custom getter for this scope.""" |
| 1436 | self._custom_getter = custom_getter |
| 1437 | |
| 1438 | def get_collection(self, name): |
| 1439 | """Get this scope's variables.""" |
no outgoing calls
no test coverage detected