Home
last modified time | relevance | path

Searched refs:ascii_lowercase (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Doc/includes/sqlite3/
Dexecutemany_2.py5 for c in string.ascii_lowercase:
/third_party/glib/gio/tests/
Dgen-big-test-resource.py19 for c in string.ascii_lowercase:
/third_party/python/Lib/
Dstring.py25 ascii_lowercase = 'abcdefghijklmnopqrstuvwxyz' variable
27 ascii_letters = ascii_lowercase + ascii_uppercase
/third_party/python/Lib/test/
Dtest_string.py14 self.assertEqual(string.ascii_lowercase, 'abcdefghijklmnopqrstuvwxyz')
16 self.assertEqual(string.ascii_letters, string.ascii_lowercase + string.ascii_uppercase)
21 …self.assertEqual(string.printable, string.digits + string.ascii_lowercase + string.ascii_uppercase…
Dtest_pipes.py19 s_command = 'tr %s %s' % (string.ascii_lowercase, string.ascii_uppercase)
Dtest_zipfile.py3065 data = ['/'.join(string.ascii_lowercase + str(n)) for n in range(10000)]
/third_party/python/Lib/idlelib/
Dconfig_key.py14 ALPHANUM_KEYS = tuple(string.ascii_lowercase + string.digits)
39 if 'Shift' in modifiers and key in string.ascii_lowercase:
/third_party/python/Doc/library/
Dstring.rst25 The concatenation of the :const:`ascii_lowercase` and :const:`ascii_uppercase`
29 .. data:: ascii_lowercase
Dre.rst947 >>> legal_chars = string.ascii_lowercase + string.digits + "!#$%&'*+-.^_`|~:"
/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.rst1028 * New constants :const:`ascii_letters`, :const:`ascii_lowercase`, and
/third_party/python/Misc/
DHISTORY24753 - The constants ascii_letters, ascii_lowercase. and ascii_uppercase