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

Method write

Lib/test/test_logging.py:819–820  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

817
818class BadStream(object):
819 def write(self, data):
820 raise RuntimeError('deliberate mistake')
821
822class TestStreamHandler(logging.StreamHandler):
823 def handleError(self, record):

Callers 5

get_requestMethod · 0.45
test_should_rolloverMethod · 0.45
rotatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected