MCPcopy
hub / github.com/cool-RR/PySnooper / write

Function write

tests/test_pysnooper.py:307–308  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

305 string_io = io.StringIO()
306
307 def write(msg):
308 string_io.write(msg)
309
310 @pysnooper.snoop(write, normalize=normalize, color=False)
311 def my_function(foo):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected