Searched refs:_str_dbl_open_br (Results 1 – 1 of 1) sorted by relevance
6 static PyObject *_str_dbl_open_br; variable545 temp = PyUnicode_Replace(orig, _str_open_br, _str_dbl_open_br, -1); in escape_braces()889 if (!_str_dbl_open_br && in maybe_init_static_strings()890 !(_str_dbl_open_br = PyUnicode_InternFromString("{{"))) { in maybe_init_static_strings()