Searched defs:ascii_lowercase (Results 1 - 2 of 2) sorted by relevance

/external/markdown/markdown/extensions/
H A Dheaderid.py71 from string import ascii_lowercase, digits, punctuation namespace
73 ID_CHARS = ascii_lowercase + digits + '-_'
/external/python/cpython2/Lib/
H A Dstring.py27 ascii_lowercase = lowercase variable
29 ascii_letters = ascii_lowercase + ascii_uppercase

Completed in 2946 milliseconds