Home
last modified time | relevance | path

Searched refs:ascii_uppercase (Results 1 – 10 of 10) sorted by relevance

/third_party/glib/gio/tests/
Dgen-big-test-resource.py22 for c in string.ascii_uppercase:
/third_party/python/Lib/
Dstring.py26 ascii_uppercase = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' variable
27 ascii_letters = ascii_lowercase + ascii_uppercase
/third_party/python/Lib/test/
Dtest_string.py15 self.assertEqual(string.ascii_uppercase, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')
16 self.assertEqual(string.ascii_letters, string.ascii_lowercase + string.ascii_uppercase)
21 …al(string.printable, string.digits + string.ascii_lowercase + string.ascii_uppercase + string.punc…
Dtest_pipes.py19 s_command = 'tr %s %s' % (string.ascii_lowercase, string.ascii_uppercase)
/third_party/grpc/tools/run_tests/artifacts/
Dartifact_targets.py166 random.choice(string.ascii_uppercase) for _ in range(10))
/third_party/protobuf/python/google/protobuf/internal/
Dtext_format_test.py1200 for letter in string.ascii_uppercase[13:26]:
1202 for letter in reversed(string.ascii_uppercase[0:13]):
1205 % (letter,) for letter in string.ascii_uppercase))
/third_party/python/Doc/library/
Dstring.rst25 The concatenation of the :const:`ascii_lowercase` and :const:`ascii_uppercase`
35 .. data:: ascii_uppercase
/third_party/python/Tools/scripts/
Dtexi2html.py1996 for sequence in string.digits, string.ascii_lowercase, string.ascii_uppercase:
/third_party/python/Doc/whatsnew/
D2.2.rst1029 :const:`ascii_uppercase` were added to the :mod:`string` module. There were
/third_party/python/Misc/
DHISTORY24753 - The constants ascii_letters, ascii_lowercase. and ascii_uppercase