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

Method seek

webtest/lint.py:243–244  ·  view source on GitHub ↗
(self, *a, **kw)

Source from the content-addressed store, hash-verified

241 raise AssertionError("input.close() must not be called")
242
243 def seek(self, *a, **kw):
244 return self.input.seek(*a, **kw)
245
246
247class ErrorWrapper:

Callers 2

test_seekMethod · 0.95
applicationFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_seekMethod · 0.76
applicationFunction · 0.64