Home
last modified time | relevance | path

Searched refs:PyAST_mod2obj (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Tools/peg_generator/peg_extension/
Dpeg_extension.c13 result = PyAST_mod2obj(module); in _build_return_object()
/third_party/python/Include/internal/
Dpycore_ast.h838 PyObject* PyAST_mod2obj(mod_ty t);
/third_party/python/Python/
Dpythonrun.c1376 PyObject *result = PyAST_mod2obj(mod); in Py_CompileStringObject()
DPython-ast.c12001 PyObject* PyAST_mod2obj(mod_ty t) in PyAST_mod2obj() function