Searched refs:mystr (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/test/ |
D | test_hmac.py | 632 class mystr(str): class 636 a, b = mystr("foobar"), mystr("foobar") 638 a, b = mystr("foobar"), "foobar" 640 a, b = mystr("foobar"), mystr("foobaz")
|
D | test_configparser.py | 709 class mystr(str): class 712 cf.set("sect", "option1", mystr("splat")) 714 cf.set("sect", "option2", mystr("splat"))
|
/third_party/gn/docs/ |
D | reference.md | 3177 mystr = "Hello, world!" 3178 print(string_replace(mystr, "world", "GN"))
|