Searched refs:PyAST_Check (Results 1 – 3 of 3) sorted by relevance
851 int PyAST_Check(PyObject* obj);
800 is_ast = PyAST_Check(source); in builtin_compile_impl()
12383 int PyAST_Check(PyObject* obj) in PyAST_Check() function