MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / build_node_children

Function build_node_children

Modules/parsermodule.c:736–850  ·  view source on GitHub ↗

node* build_node_children() * * Iterate across the children of the current non-terminal node and build * their structures. If successful, return the root of this portion of * the tree, otherwise, 0. Any required exception will be specified already, * and no memory will have been deallocated. * */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

build_node_treeFunction · 0.85

Calls 12

PyObject_SizeFunction · 0.85
PySequence_GetItemFunction · 0.85
PySequence_CheckFunction · 0.85
Py_BuildValueFunction · 0.85
PyErr_SetObjectFunction · 0.85
err_stringFunction · 0.85
PyErr_FormatFunction · 0.85
PyNode_AddChildFunction · 0.85
PyErr_NoMemoryFunction · 0.85
PyErr_SetStringFunction · 0.85
ISTERMINALFunction · 0.50
ISNONTERMINALFunction · 0.50

Tested by

no test coverage detected