MCPcopy Index your code
hub / github.com/python/cpython / write

Method write

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

Source from the content-addressed store, hash-verified

1533
1534class NUL:
1535 def write(s, *args):
1536 pass
1537 writelines = write
1538
1539@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
write_bytesMethod · 0.45
write_textMethod · 0.45
write_bytesMethod · 0.45
write_textMethod · 0.45
runsourceMethod · 0.45
handleErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected