Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
247
class
ErrorWrapper:
Callers
2
test_seek
Method · 0.95
application
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_seek
Method · 0.76
application
Function · 0.64