Home
last modified time | relevance | path

Searched refs:PyAST_Check (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h840 int PyAST_Check(PyObject* obj);
/third_party/python/Python/
Dbltinmodule.c809 is_ast = PyAST_Check(source); in builtin_compile_impl()
DPython-ast.c12048 int PyAST_Check(PyObject* obj) in PyAST_Check() function