Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h845 extern PyObject* _PyAST_ExprAsUnicode(expr_ty);
/third_party/python/Python/
Dast_unparse.c974 _PyAST_ExprAsUnicode(expr_ty e) in _PyAST_ExprAsUnicode() function
Dcompile.c2143 ADDOP_LOAD_CONST_NEW(c, _PyAST_ExprAsUnicode(annotation)); in compiler_visit_annexpr()