MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / read_decimalnl_long

Function read_decimalnl_long

Lib/pickletools.py:514–535  ·  view source on GitHub ↗

r""" >>> import StringIO >>> read_decimalnl_long(StringIO.StringIO("1234\n56")) Traceback (most recent call last): ... ValueError: trailing 'L' required in '1234' Someday the trailing 'L' will probably go away from this output. >>> read_decimalnl_long(StringIO.StringIO

(f)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

read_stringnlFunction · 0.85
endswithMethod · 0.80

Tested by

no test coverage detected