Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_hmac.py632 class mystr(str): class
636 a, b = mystr("foobar"), mystr("foobar")
638 a, b = mystr("foobar"), "foobar"
640 a, b = mystr("foobar"), mystr("foobaz")
Dtest_configparser.py709 class mystr(str): class
712 cf.set("sect", "option1", mystr("splat"))
714 cf.set("sect", "option2", mystr("splat"))
/third_party/gn/docs/
Dreference.md3177 mystr = "Hello, world!"
3178 print(string_replace(mystr, "world", "GN"))