Home
last modified time | relevance | path

Searched refs:node2tuple (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Dparsermodule.c85 node2tuple(node *n, /* node to convert */ in node2tuple() function
110 w = node2tuple(CHILD(n, i), mkseq, addelem, lineno, col_offset); in node2tuple()
403 res = node2tuple(((PyST_Object*)self)->st_node, in parser_st2tuple()
438 res = node2tuple(self->st_node, in parser_st2list()
/external/python/cpython2/Modules/
Dparsermodule.c82 node2tuple(node *n, /* node to convert */ in node2tuple() function
107 w = node2tuple(CHILD(n, i), mkseq, addelem, lineno, col_offset); in node2tuple()
366 res = node2tuple(((PyST_Object*)self)->st_node, in parser_st2tuple()
421 res = node2tuple(self->st_node, in parser_st2list()