Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dstring.py28 ascii_uppercase = uppercase variable
29 ascii_letters = ascii_lowercase + ascii_uppercase
/external/chromium-trace/catapult/systrace/systrace/
Dutil.py150 name = ''.join(random.choice(string.ascii_uppercase +
/external/python/cpython2/Lib/test/
Dtest_pipes.py13 s_command = 'tr %s %s' % (string.ascii_lowercase, string.ascii_uppercase)
/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py591 for letter in string.ascii_uppercase[13:26]:
593 for letter in reversed(string.ascii_uppercase[0:13]):
597 for letter in string.ascii_uppercase))
/external/python/cpython2/Doc/library/
Dstring.rst32 The concatenation of the :const:`ascii_lowercase` and :const:`ascii_uppercase`
42 .. data:: ascii_uppercase
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1029 :const:`ascii_uppercase` were added to the :mod:`string` module. There were
/external/python/cpython2/Misc/
DHISTORY7374 - The constants ascii_letters, ascii_lowercase. and ascii_uppercase