Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dstring.py26 ascii_uppercase = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' variable
27 ascii_letters = ascii_lowercase + ascii_uppercase
/external/python/apitools/apitools/base/py/
Dtransfer_test.py184 content=string.ascii_uppercase,
200 self.assertEqual(string.ascii_lowercase + string.ascii_uppercase,
/external/python/cpython2/Lib/
Dstring.py28 ascii_uppercase = uppercase variable
29 ascii_letters = ascii_lowercase + ascii_uppercase
/external/python/cpython3/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.py14 s_command = 'tr %s %s' % (string.ascii_lowercase, string.ascii_uppercase)
/external/chromium-trace/catapult/systrace/systrace/
Dutil.py105 name = ''.join(random.choice(string.ascii_uppercase +
/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/
Denterprise_SmbProviderDaemon.py71 return ''.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/grpc-grpc/tools/run_tests/artifacts/
Dartifact_targets.py168 random.choice(string.ascii_uppercase) for _ in range(10))
/external/python/cpython3/Doc/library/
Dstring.rst25 The concatenation of the :const:`ascii_lowercase` and :const:`ascii_uppercase`
35 .. data:: ascii_uppercase
/external/python/dateutil/dateutil/parser/
D_parser.py1022 all(x in string.ascii_uppercase for x in token))
/external/python/cpython2/Doc/library/
Dstring.rst32 The concatenation of the :const:`ascii_lowercase` and :const:`ascii_uppercase`
42 .. data:: ascii_uppercase
/external/python/cpython3/Tools/scripts/
Dtexi2html.py2000 for sequence in string.digits, string.ascii_lowercase, string.ascii_uppercase:
/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples.py260 letters = list(string.ascii_uppercase)
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py175 alphas = string.ascii_uppercase + string.ascii_lowercase
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1029 :const:`ascii_uppercase` were added to the :mod:`string` module. There were
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py175 alphas = string.ascii_uppercase + string.ascii_lowercase
/external/python/cpython3/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
/external/python/cpython3/Misc/
DHISTORY24753 - The constants ascii_letters, ascii_lowercase. and ascii_uppercase