Searched refs:ESCAPE_ASCII (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/json/ | ||
H A D | encoder.py | 19 ESCAPE_ASCII = re.compile(r'([\\"]|[^\ -~])') variable 68 return '"' + ESCAPE_ASCII.sub(replace, s) + '"' |
Completed in 1 milliseconds