Classes | |
struct | perrdetail |
Macros | |
#define | PyPARSE_DONT_IMPLY_DEDENT 0x0002 |
#define | PyPARSE_PRINT_IS_FUNCTION 0x0004 |
#define | PyPARSE_UNICODE_LITERALS 0x0008 |
Functions | |
PyAPI_FUNC (node *) PyParser_ParseString(const char * | |
const char grammar perrdetail int * | PyAPI_FUNC (void) PyParser_SetError(perrdetail *) |
Variables | |
grammar | int |
#define PyPARSE_DONT_IMPLY_DEDENT 0x0002 |
Definition at line 24 of file parsetok.h.
#define PyPARSE_PRINT_IS_FUNCTION 0x0004 |
Definition at line 30 of file parsetok.h.
#define PyPARSE_UNICODE_LITERALS 0x0008 |
Definition at line 31 of file parsetok.h.
PyAPI_FUNC | ( | node * | ) | const |
const char grammar perrdetail int* PyAPI_FUNC | ( | void | ) |
const char grammar int |
Definition at line 35 of file parsetok.h.