MCPcopy Create free account
hub / github.com/Pylons/webtest / write

Method write

webtest/lint.py:252–253  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

250 self.errors = wsgi_errors
251
252 def write(self, s):
253 self.errors.write(s)
254
255 def flush(self):
256 self.errors.flush()

Callers 3

writelinesMethod · 0.95
__call__Method · 0.45
showbrowserMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected