Searched refs:PyNode_Compile (Results 1 – 8 of 8) sorted by relevance
13 PyAPI_FUNC(PyCodeObject *) PyNode_Compile(struct _node *, const char *);
15 PyAPI_FUNC(PyCodeObject *) PyNode_Compile(struct _node *, const char *);
272 PyNode_Compile
51 Deprecate :c:func:`PyNode_Compile`.
869 "PyNode_Compile"
301 PyNode_Compile(struct _node *n, const char *filename) in PyNode_Compile() function
852 :c:func:`PyParser_SimpleParseFileFlags` and :c:func:`PyNode_Compile`
394 PyNode_Compile(struct _node *n, const char *filename) in PyNode_Compile() function