Home
last modified time | relevance | path

Searched refs:PyFuture_FromAST (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dcompile.h34 PyAPI_FUNC(PyFutureFeatures *) PyFuture_FromAST(struct _mod *, const char *);
/external/python/cpython3/Include/
Dcompile.h70 PyAPI_FUNC(PyFutureFeatures *) PyFuture_FromAST(
/external/python/cpython2/Python/
Dfuture.c120 PyFuture_FromAST(mod_ty mod, const char *filename) in PyFuture_FromAST() function
Dcompile.c272 c.c_future = PyFuture_FromAST(mod, filename); in PyAST_Compile()
/external/python/cpython3/Python/
Dfuture.c147 PyFuture_FromAST(mod_ty mod, const char *filename_str) in PyFuture_FromAST() function
/external/python/cpython2/PC/os2emx/
Dpython27.def924 "PyFuture_FromAST"