Searched refs:big_s (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Tools/stringbench/ | ||
H A D | stringbench.py | 1288 big_s = "A" + ("Z"*128*1024) variable 1289 big_s_bytes = bytes_from_str(big_s) 1290 big_s_unicode = unicode_from_str(big_s) |
Completed in 3 milliseconds