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

Method getvalue

Lib/StringIO.py:258–273  ·  view source on GitHub ↗

Retrieve the entire contents of the "file" at any time before the StringIO object's close() method is called. The StringIO object can accept either Unicode or 8-bit strings, but mixing the two may take some care. If both are used, 8-bit strings that cannot b

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

truncateMethod · 0.95
testFunction · 0.95

Calls 2

_complain_ifclosedFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected