Blender V2.61 - r43446
|
Go to the source code of this file.
Functions | |
static const char * | traceback_filepath (PyTracebackObject *tb, PyObject **coerce) |
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) |
This file contains utility functions for getting data from a python stack trace.
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 41 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 108 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, |
PyObject ** | coerce | ||
) | [static] |
Definition at line 34 of file bpy_traceback.c.
Referenced by python_script_error_jump().