Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickletools.py262 def read_stringnl(f, decode=True, stripquotes=True): argument
294 if stripquotes:
322 return read_stringnl(f, decode=False, stripquotes=False)
497 s = read_stringnl(f, decode=False, stripquotes=False)
532 s = read_stringnl(f, decode=False, stripquotes=False)
568 s = read_stringnl(f, decode=False, stripquotes=False)