|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| bool | python_script_error_jump (const char *filepath, int *r_lineno, int *r_offset, int *r_lineno_end, int *r_offset_end) |
| bool python_script_error_jump | ( | const char * | filepath, |
| int * | r_lineno, | ||
| int * | r_offset, | ||
| int * | r_lineno_end, | ||
| int * | r_offset_end ) |
Definition at line 200 of file bpy_traceback.cc.
References BLI_path_cmp, ELEM, parse_syntax_error(), traceback_filepath(), and traceback_line_number().
Referenced by python_script_error_jump_text().