PATH:
usr
/
include
/
python2.7
/* Parser-tokenizer link interface */ #ifndef Py_PARSETOK_H #define Py_PARSETOK_H #ifdef __cplusplus extern "C" { #endif typedef struct { int error; const char *filename; int lineno; int offset; char *text; int token; int expected; } perrdetail; #if 0 #define PyPARSE_YIELD_IS_KEYWORD 0x0001 #endif #define PyPARSE_DONT_IMPLY_DEDENT 0x0002 #if 0 #define PyPARSE_WITH_IS_KEYWORD 0x0003 #endif #define PyPARSE_PRINT_IS_FUNCTION 0x0004 #define PyPARSE_UNICODE_LITERALS 0x0008 PyAPI_FUNC(node *) PyParser_ParseString(const char *, grammar *, int, perrdetail *); PyAPI_FUNC(node *) PyParser_ParseFile (FILE *, const char *, grammar *, int, char *, char *, perrdetail *); PyAPI_FUNC(node *) PyParser_ParseStringFlags(const char *, grammar *, int, perrdetail *, int); PyAPI_FUNC(node *) PyParser_ParseFileFlags(FILE *, const char *, grammar *, int, char *, char *, perrdetail *, int); PyAPI_FUNC(node *) PyParser_ParseFileFlagsEx(FILE *, const char *, grammar *, int, char *, char *, perrdetail *, int *); PyAPI_FUNC(node *) PyParser_ParseStringFlagsFilename(const char *, const char *, grammar *, int, perrdetail *, int); PyAPI_FUNC(node *) PyParser_ParseStringFlagsFilenameEx(const char *, const char *, grammar *, int, perrdetail *, int *); /* Note that he following function is defined in pythonrun.c not parsetok.c. */ PyAPI_FUNC(void) PyParser_SetError(perrdetail *); #ifdef __cplusplus } #endif #endif /* !Py_PARSETOK_H */
[-] timefuncs.h
[edit]
[-] pystate.h
[edit]
[-] pyexpat.h
[edit]
[-] rangeobject.h
[edit]
[-] eval.h
[edit]
[-] funcobject.h
[edit]
[-] pyfpe.h
[edit]
[-] intrcheck.h
[edit]
[-] pyport.h
[edit]
[-] pythread.h
[edit]
[-] longintrepr.h
[edit]
[-] ceval.h
[edit]
[-] dictobject.h
[edit]
[-] bytesobject.h
[edit]
[-] ast.h
[edit]
[-] object.h
[edit]
[-] modsupport.h
[edit]
[-] floatobject.h
[edit]
[-] enumobject.h
[edit]
[-] cobject.h
[edit]
[-] grammar.h
[edit]
[-] pystrcmp.h
[edit]
[+]
..
[-] pymath.h
[edit]
[-] objimpl.h
[edit]
[-] opcode.h
[edit]
[-] pycapsule.h
[edit]
[-] warnings.h
[edit]
[-] symtable.h
[edit]
[-] dtoa.h
[edit]
[-] longobject.h
[edit]
[-] classobject.h
[edit]
[-] pyconfig-64.h
[edit]
[-] import.h
[edit]
[-] boolobject.h
[edit]
[-] code.h
[edit]
[-] bytes_methods.h
[edit]
[-] pyerrors.h
[edit]
[-] pymactoolbox.h
[edit]
[-] datetime.h
[edit]
[-] traceback.h
[edit]
[-] structmember.h
[edit]
[-] marshal.h
[edit]
[-] osdefs.h
[edit]
[-] fileobject.h
[edit]
[-] genobject.h
[edit]
[-] pyconfig.h
[edit]
[-] pythonrun.h
[edit]
[-] parsetok.h
[edit]
[-] complexobject.h
[edit]
[-] frameobject.h
[edit]
[-] abstract.h
[edit]
[-] descrobject.h
[edit]
[-] sliceobject.h
[edit]
[-] iterobject.h
[edit]
[-] unicodeobject.h
[edit]
[-] metagrammar.h
[edit]
[-] cellobject.h
[edit]
[-] methodobject.h
[edit]
[-] tupleobject.h
[edit]
[-] pgen.h
[edit]
[-] pyctype.h
[edit]
[-] moduleobject.h
[edit]
[-] Python-ast.h
[edit]
[-] pgenheaders.h
[edit]
[-] patchlevel.h
[edit]
[-] errcode.h
[edit]
[-] bitset.h
[edit]
[-] py_curses.h
[edit]
[-] weakrefobject.h
[edit]
[-] intobject.h
[edit]
[-] pymacconfig.h
[edit]
[-] pystrtod.h
[edit]
[-] compile.h
[edit]
[-] listobject.h
[edit]
[-] node.h
[edit]
[-] graminit.h
[edit]
[-] bytearrayobject.h
[edit]
[-] bufferobject.h
[edit]
[-] cStringIO.h
[edit]
[-] stringobject.h
[edit]
[-] memoryobject.h
[edit]
[-] sysmodule.h
[edit]
[-] pygetopt.h
[edit]
[-] pymem.h
[edit]
[-] codecs.h
[edit]
[-] asdl.h
[edit]
[-] structseq.h
[edit]
[-] pydebug.h
[edit]
[-] token.h
[edit]
[-] Python.h
[edit]
[-] pyarena.h
[edit]
[-] setobject.h
[edit]
[-] ucnhash.h
[edit]