Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dast.h24 PyAPI_FUNC(PyObject *) _PyAST_ExprAsUnicode(expr_ty);
/external/python/cpython3/Python/
Dast_unparse.c969 _PyAST_ExprAsUnicode(expr_ty e) in _PyAST_ExprAsUnicode() function
Dcompile.c2021 ADDOP_LOAD_CONST_NEW(c, _PyAST_ExprAsUnicode(annotation)); in compiler_visit_annexpr()