python-2.7.11/Include/node.h Source File
Go to the documentation of this file.
26 #define NCH(n) ((n)->n_nchildren)
28 #define CHILD(n, i) (&(n)->n_child[i])
29 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
30 #define TYPE(n) ((n)->n_type)
31 #define STR(n) ((n)->n_str)
34 #define REQ(n, type) assert(TYPE(n) == (type))
PyAPI_FUNC(node *) PyNode_New(int type)
int char int int col_offset