|
Blender
V2.59
|
Go to the source code of this file.
Functions | |
| static const char * | traceback_filepath (PyTracebackObject *tb) |
| static int | parse_syntax_error (PyObject *err, PyObject **message, const char **filename, int *lineno, int *offset, const char **text) |
| void | python_script_error_jump (const char *filepath, int *lineno, int *offset) |
Definition in file bpy_traceback.c.
| static int parse_syntax_error | ( | PyObject * | err, |
| PyObject ** | message, | ||
| const char ** | filename, | ||
| int * | lineno, | ||
| int * | offset, | ||
| const char ** | text | ||
| ) | [static] |
Definition at line 40 of file bpy_traceback.c.
References NULL.
Referenced by python_script_error_jump().
| void python_script_error_jump | ( | const char * | filepath, |
| int * | lineno, | ||
| int * | offset | ||
| ) |
Definition at line 107 of file bpy_traceback.c.
References parse_syntax_error(), and traceback_filepath().
Referenced by python_script_error_jump_text().
| static const char* traceback_filepath | ( | PyTracebackObject * | tb | ) | [static] |
Definition at line 33 of file bpy_traceback.c.
Referenced by python_script_error_jump().