Home
last modified time | relevance | path

Searched refs:stripquotes (Results 1 – 2 of 2) 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)
/external/python/cpython3/Lib/
Dpickletools.py315 def read_stringnl(f, decode=True, stripquotes=True): argument
347 if stripquotes:
373 return read_stringnl(f, stripquotes=False)
756 s = read_stringnl(f, decode=False, stripquotes=False)
777 s = read_stringnl(f, decode=False, stripquotes=False)
813 s = read_stringnl(f, decode=False, stripquotes=False)