Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450bb59 commit 832bfe2Copy full SHA for 832bfe2
5 files changed
Include/ast.h
@@ -4,6 +4,7 @@
4
extern "C" {
5
#endif
6
7
+PyAPI_FUNC(int) PyAST_Validate(mod_ty);
8
PyAPI_FUNC(mod_ty) PyAST_FromNode(
9
const node *n,
10
PyCompilerFlags *flags,
0 commit comments