Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_unparse.c8 static PyObject *_str_dbl_close_br; variable
549 result = PyUnicode_Replace(temp, _str_close_br, _str_dbl_close_br, -1); in escape_braces()
897 if (!_str_dbl_close_br && in maybe_init_static_strings()
898 !(_str_dbl_close_br = PyUnicode_InternFromString("}}"))) { in maybe_init_static_strings()