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

Method write

pysnooper/tracer.py:346–348  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

344 return simple_wrapper
345
346 def write(self, s):
347 s = u'{self.prefix}{s}\n'.format(**locals())
348 self._write(s)
349
350 def __enter__(self):
351 if DISABLED:

Callers 13

__exit__Method · 0.95
traceMethod · 0.95
print_authorsFunction · 0.45
writeFunction · 0.45
writeMethod · 0.45
writeFunction · 0.45
test_unavailable_sourceFunction · 0.45
test_overwriteFunction · 0.45
test_valid_zipfileFunction · 0.45
test_invalid_zipfileFunction · 0.45
write_bytesMethod · 0.45

Calls

no outgoing calls

Tested by 6

writeFunction · 0.36
test_unavailable_sourceFunction · 0.36
test_overwriteFunction · 0.36
test_valid_zipfileFunction · 0.36
test_invalid_zipfileFunction · 0.36