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

Method writelines

Lib/wsgiref/types.py:44–44  ·  view source on GitHub ↗
(self, seq: list[str], /)

Source from the content-addressed store, hash-verified

42 def flush(self) -> object: ...
43 def write(self, s: str, /) -> object: ...
44 def writelines(self, seq: list[str], /) -> object: ...
45
46class _Readable(Protocol):
47 def read(self, size: int = ..., /) -> bytes: ...

Callers 15

test_streamreaderMethod · 0.45
test_streamwriterMethod · 0.45
testWriteLinesMethod · 0.45
test_writelinesMethod · 0.45
test_writelinesMethod · 0.45
testWritelinesListMethod · 0.45
test_writelinesMethod · 0.45
test_writelinesMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_streamreaderMethod · 0.36
test_streamwriterMethod · 0.36
testWriteLinesMethod · 0.36
test_writelinesMethod · 0.36
test_writelinesMethod · 0.36
testWritelinesListMethod · 0.36
test_writelinesMethod · 0.36
test_writelinesMethod · 0.36