Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d8e63 commit 85fc392Copy full SHA for 85fc392
2 files changed
Include/errors.h
@@ -36,6 +36,7 @@ void err_clear PROTO((void));
36
extern object *AttributeError;
37
extern object *EOFError;
38
extern object *IOError;
39
+extern object *ImportError;
40
extern object *IndexError;
41
extern object *KeyError;
42
extern object *KeyboardInterrupt;
Include/pyerrors.h
0 commit comments