Searched defs:WHITESPACE_STR (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/simplejson/
H A Ddecoder.py178 WHITESPACE_STR = ' \t\n\r' variable
182 _w=WHITESPACE.match, _ws=WHITESPACE_STR):
276 def JSONArray((s, end), scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):

Completed in 141 milliseconds