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

Method write

Lib/test/test_csv.py:1499–1500  ·  view source on GitHub ↗
(s, *args)

Source from the content-addressed store, hash-verified

1497
1498class NUL:
1499 def write(s, *args):
1500 pass
1501 writelines = write
1502
1503@unittest.skipUnless(hasattr(sys, "gettotalrefcount"),

Callers 15

_generate_posix_varsFunction · 0.45
saveMethod · 0.45
saveMethod · 0.45
send_errorMethod · 0.45
flush_headersMethod · 0.45
log_messageMethod · 0.45
run_cgiMethod · 0.45
write_bytesMethod · 0.45
write_textMethod · 0.45
write_bytesMethod · 0.45
write_textMethod · 0.45
runsourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected