Searched refs:PyNode_Compile (Results 1 – 6 of 6) sorted by relevance
13 PyAPI_FUNC(PyCodeObject *) PyNode_Compile(struct _node *, const char *);
272 PyNode_Compile
869 "PyNode_Compile"
1811 ``PyParser_SimpleParseFileFlags`` and ``PyNode_Compile``1931 ``PyParser_SimpleParseFileFlags``, ``PyNode_Compile`` and the type1942 ``PyNode_Compile`` can be replaced by calling :c:func:`Py_CompileString`.
875 :c:func:`PyParser_SimpleParseFileFlags` and :c:func:`PyNode_Compile`
301 PyNode_Compile(struct _node *n, const char *filename) in PyNode_Compile() function