MCPcopy Index your code
hub / github.com/python/cpython / read_stringnl_noescape

Function read_stringnl_noescape

Lib/pickletools.py:372–373  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

370 """)
371
372def read_stringnl_noescape(f):
373 return read_stringnl(f, stripquotes=False, encoding='utf-8')
374
375stringnl_noescape = ArgumentDescriptor(
376 name='stringnl_noescape',

Callers 1

Calls 1

read_stringnlFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…