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