Error in magic function arguments, etc. Something that probably won't warrant a full traceback, but should nevertheless interrupt a macro / batch file.
| 39 | """ |
| 40 | |
| 41 | class UsageError(IPythonCoreError): |
| 42 | """Error in magic function arguments, etc. |
| 43 | |
| 44 | Something that probably won't warrant a full traceback, but should |
| 45 | nevertheless interrupt a macro / batch file. |
| 46 | """ |
| 47 | |
| 48 | class StdinNotImplementedError(IPythonCoreError, NotImplementedError): |
| 49 | """raw_input was requested in a context where it is not supported |
no outgoing calls
no test coverage detected
searching dependent graphs…