Raised on structural violations of the ExecContext model.
| 46 | |
| 47 | |
| 48 | class ExecContextError(Exception): |
| 49 | """Raised on structural violations of the ExecContext model.""" |
| 50 | |
| 51 | |
| 52 | def _ceildiv(lhs: int, rhs: int) -> int: |
no outgoing calls
no test coverage detected
searching dependent graphs…