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

Method readlines

webtest/lint.py:225–231  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

223 return v
224
225 def readlines(self, *args):
226 assert len(args) <= 1
227 lines = self.input.readlines(*args)
228 assert isinstance(lines, list)
229 for line in lines:
230 assert type(line) is bytes
231 return lines
232
233 def __iter__(self):
234 while 1:

Callers 1

applicationFunction · 0.80

Calls

no outgoing calls

Tested by 1

applicationFunction · 0.64