Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Macros | Functions | Variables
parsetok.h File Reference

Go to the source code of this file.

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
#define PyPARSE_PRINT_IS_FUNCTION   0x0004
#define PyPARSE_UNICODE_LITERALS   0x0008

Function Documentation

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

Variable Documentation

const char grammar int

Copyright 2014 Google Inc. All rights reserved.