Convenience method for getting the values of named weights
(self, *keys)
| 265 | return value |
| 266 | |
| 267 | def weights(self, *keys): |
| 268 | '''Convenience method for getting the values of named weights''' |
| 269 | return self._get_config_value(self._weights, *keys) |
| 270 | |
| 271 | def bounds(self, *keys): |
| 272 | '''Convenience method for getting the values of named bounds''' |
no test coverage detected