python-2.7.6/include/parsetok.h File Reference

parsetok.h File Reference

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 intPyAPI_FUNC (void) PyParser_SetError(perrdetail *)
 

Variables

grammar int
 

Macro Definition Documentation

#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.

Function Documentation

PyAPI_FUNC ( node ) const
const char grammar perrdetail int* PyAPI_FUNC ( void  )

Variable Documentation

const char grammar int

Definition at line 35 of file parsetok.h.

Go to the source code of this file.