Searched refs:PyAST_Check (Results 1 – 5 of 5) sorted by relevance
911 int PyAST_Check(PyObject* obj);
822 is_ast = PyAST_Check(source); in builtin_compile_impl()
7838 if (!PyAST_Check(ast)) { in _PyCompile_CodeGen()
17693 int PyAST_Check(PyObject* obj) in PyAST_Check() function
23847 …<function-decl name='PyAST_Check' filepath='./Include/internal/pycore_ast.h' line='911' column='1'…