MCPcopy Index your code
hub / github.com/bpython/bpython / writelines

Method writelines

bpython/curtsiesfrontend/coderunner.py:227–229  ·  view source on GitHub ↗
(self, l)

Source from the content-addressed store, hash-verified

225 return self._real_fileobj.fileno()
226
227 def writelines(self, l):
228 for s in l:
229 self.write(s)
230
231 def flush(self):
232 pass

Callers

nothing calls this directly

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected