Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpipes.py265 _safechars = frozenset(string.ascii_letters + string.digits + '@%_-+=:,./') variable
270 if c not in _safechars: