Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_ast.h911 int PyAST_Check(PyObject* obj);
/external/python/cpython3/Python/
Dbltinmodule.c822 is_ast = PyAST_Check(source); in builtin_compile_impl()
Dcompile.c7838 if (!PyAST_Check(ast)) { in _PyCompile_CodeGen()
DPython-ast.c17693 int PyAST_Check(PyObject* obj) in PyAST_Check() function
/external/python/cpython3/Doc/data/
Dpython3.13.abi23847 …<function-decl name='PyAST_Check' filepath='./Include/internal/pycore_ast.h' line='911' column='1'…