Searched defs:ascii_letters (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython3/Lib/email/
H A D_encoded_words.py46 from string import ascii_letters, digits namespace
75 safe = b'-!*+/' + ascii_letters.encode('ascii') + digits.encode('ascii')
H A Dquoprimime.py44 from string import ascii_letters, digits, hexdigits namespace
60 for c in b'-!*+/' + ascii_letters.encode('ascii') + digits.encode('ascii'):
/external/python/cpython3/Lib/
H A Dstring.py8 ascii_letters -- a string containing all ASCII letters
17 __all__ = ["ascii_letters", "ascii_lowercase", "ascii_uppercase", "capwords",
27 ascii_letters = ascii_lowercase + ascii_uppercase variable
32 printable = digits + ascii_letters + punctuation + whitespace
/external/python/cpython2/Lib/
H A Dstring.py29 ascii_letters = ascii_lowercase + ascii_uppercase variable

Completed in 294 milliseconds