MCPcopy Index your code
hub / github.com/RustPython/RustPython / write

Method write

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

Source from the content-addressed store, hash-verified

804
805class BadStream(object):
806 def write(self, data):
807 raise RuntimeError('deliberate mistake')
808
809class TestStreamHandler(logging.StreamHandler):
810 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