python-2.7.6/include/node.h Source File
Go to the documentation of this file.
23 #ifndef Py_LIMITED_API
28 #define NCH(n) ((n)->n_nchildren)
30 #define CHILD(n, i) (&(n)->n_child[i])
31 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
32 #define TYPE(n) ((n)->n_type)
33 #define STR(n) ((n)->n_str)
36 #define REQ(n, type) assert(TYPE(n) == (type))
PyAPI_FUNC(node *) PyNode_New(int type)
Py_ssize_t _PyNode_SizeOf(node *n)
int char int int col_offset