Searched refs:stripquotes (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pickletools.py | 262 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)
|