Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcookielib.py437 def _strip_quotes(text): function
496 val = _strip_quotes(val)
501 val = http2time(_strip_quotes(val)) # None if invalid
/external/python/setuptools/setuptools/command/
Deasy_install.py2030 def _strip_quotes(item): member in CommandSpec
2040 CommandSpec._strip_quotes(item.strip()) for item in items)