Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
showbrowser
Method · 0.45
get_free_port
Function · 0.45
_get_file_info
Method · 0.45
close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected