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

Function parser_newstobject

Modules/parsermodule.c:295–309  ·  view source on GitHub ↗

parser_newstobject(node* st) * * Allocates a new Python object representing an ST. This is simply the * 'wrapper' object that holds a node* and allows it to be passed around in * Python code. * */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

parser_do_parseFunction · 0.85
parser_tuple2stFunction · 0.85

Calls 1

PyNode_FreeFunction · 0.85

Tested by

no test coverage detected