pyd v0.10.1 (2018-09-20T03:30:51Z)
Home
Dub
Repo
node
deimos
python
node
_
extern (
C
)
struct
node {
short
n_type
;
char
*
n_str
;
int
n_lineno
;
version(Python_2_5_Or_Later)
int
n_col_offset
;
int
n_nchildren
;
node
*
n_child
;
}
Members
Variables
n_child
node
*
n_child
;
_
n_col_offset
int
n_col_offset
;
Availability: >= 2.5
n_lineno
int
n_lineno
;
_
n_nchildren
int
n_nchildren
;
_
n_str
char
*
n_str
;
_
n_type
short
n_type
;
_
Meta
Source
See Implementation
deimos
python
node
functions
CHILD
NCH
PyNode_AddChild
PyNode_Free
PyNode_ListTree
PyNode_New
RCHILD
STR
TYPE
structs
node
_