Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_compile.h21 extern PyFutureFeatures* _PyFuture_FromAST(
/third_party/python/Python/
Dfuture.c119 _PyFuture_FromAST(mod_ty mod, PyObject *filename) in _PyFuture_FromAST() function
Dsymtable.c2151 PyFutureFeatures *future = _PyFuture_FromAST(mod, filename); in _Py_SymtableStringObjectFlags()
Dcompile.c426 c.c_future = _PyFuture_FromAST(mod, filename); in _PyAST_Compile()