(self, config, negate=False)
| 352 | return self.lambda_(config) |
| 353 | |
| 354 | def _as_string(self, config, negate=False): |
| 355 | return self._format_description(config) |
| 356 | |
| 357 | |
| 358 | class NotPredicate(Predicate): |
nothing calls this directly
no test coverage detected