Input rejected by ast transformer. Raise this in your NodeTransformer to indicate that InteractiveShell should not execute the supplied input.
| 53 | """ |
| 54 | |
| 55 | class InputRejected(Exception): |
| 56 | """Input rejected by ast transformer. |
| 57 | |
| 58 | Raise this in your NodeTransformer to indicate that InteractiveShell should |
| 59 | not execute the supplied input. |
| 60 | """ |
no outgoing calls