PySyntaxErrorObject

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

args
_object* args;
Undocumented in source.
cause
_object* cause;
Undocumented in source.
context
_object* context;
Undocumented in source.
dict
_object* dict;
Undocumented in source.
filename
_object* filename;
Undocumented in source.
lineno
_object* lineno;
Undocumented in source.
msg
_object* msg;
Undocumented in source.
ob_base
_object ob_base;
Undocumented in source.
offset
_object* offset;
Undocumented in source.
print_file_and_line
_object* print_file_and_line;
Undocumented in source.
suppress_context
char suppress_context;
Undocumented in source.
text
_object* text;
Undocumented in source.
traceback
_object* traceback;
Undocumented in source.

Meta