Exception raised when guard rejects evaluation attempt.
| 425 | |
| 426 | |
| 427 | class GuardRejection(Exception): |
| 428 | """Exception raised when guard rejects evaluation attempt.""" |
| 429 | |
| 430 | pass |
| 431 | |
| 432 | |
| 433 | def guarded_eval(code: str, context: EvaluationContext): |
no outgoing calls
no test coverage detected
searching dependent graphs…