Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_unparse.c719 append_ast_constant(_PyUnicodeWriter *writer, PyObject *constant) in append_ast_constant() function
728 if (append_ast_constant(writer, PyTuple_GET_ITEM(constant, i)) < 0) { in append_ast_constant()
893 return append_ast_constant(writer, e->v.Constant.value); in append_ast_expr()