Home
last modified time | relevance | path

Searched defs:PyNode_AddChild (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Parser/
Dnode.c79 PyNode_AddChild(register node *n1, int type, char *str, int lineno, int col_offset) in PyNode_AddChild() function
/external/python/cpython3/Parser/
Dnode.c96 PyNode_AddChild(node *n1, int type, char *str, int lineno, int col_offset, in PyNode_AddChild() function