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

Method close

webtest/lint.py:240–241  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

238 yield line
239
240 def close(self):
241 raise AssertionError("input.close() must not be called")
242
243 def seek(self, *a, **kw):
244 return self.input.seek(*a, **kw)

Callers 5

__init__Method · 0.45
showbrowserMethod · 0.45
get_free_portFunction · 0.45
_get_file_infoMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected