Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dast.h22 PyAPI_FUNC(PyObject *) _PyAST_ExprAsUnicode(expr_ty);
/external/python/cpython3/Python/
Dast_unparse.c921 _PyAST_ExprAsUnicode(expr_ty e) in _PyAST_ExprAsUnicode() function
Dcompile.c1730 ann_as_str = _PyAST_ExprAsUnicode(annotation); in compiler_visit_annexpr()