Searched refs:PyNode_Compile (Results 1 – 4 of 4) sorted by relevance
13 PyAPI_FUNC(PyCodeObject *) PyNode_Compile(struct _node *, const char *);
272 PyNode_Compile
869 "PyNode_Compile"
301 PyNode_Compile(struct _node *n, const char *filename) in PyNode_Compile() function