Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pylons/webtest
/ readline
Method
readline
webtest/lint.py:220–223 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
218
return
v
219
220
def
readline(self, *args):
221
v = self.input.readline(*args)
222
assert type(v) is bytes
223
return
v
224
225
def
readlines(self, *args):
226
assert len(args) <= 1
Callers
2
__iter__
Method · 0.95
application
Function · 0.80
Calls
no outgoing calls
Tested by
1
application
Function · 0.64