Home
last modified time | relevance | path

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

/third_party/python/Python/
Dast_unparse.c11 static PyObject *_str_open_br; variable
578 temp = PyUnicode_Replace(orig, _str_open_br, _str_dbl_open_br, -1); in escape_braces()
676 if (PyUnicode_Find(temp_fv_str, _str_open_br, 0, 1, 1) == 0) { in append_formattedvalue()
930 if (!_str_open_br && in maybe_init_static_strings()
931 !(_str_open_br = PyUnicode_InternFromString("{"))) { in maybe_init_static_strings()
/third_party/python/Tools/c-analyzer/
DTODO208 Python/ast_unparse.c:_str_open_br static PyObject *_str_open_br
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2053 Python/ast_unparse.c - _str_open_br -