Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1534
class
NUL:
1535
def
write(s, *args):
1536
pass
1537
writelines = write
1538
1539
@unittest.skipUnless(hasattr(sys,
"gettotalrefcount"
),
Callers
15
_generate_posix_vars
Function · 0.45
save
Method · 0.45
save
Method · 0.45
send_error
Method · 0.45
flush_headers
Method · 0.45
log_message
Method · 0.45
write_bytes
Method · 0.45
write_text
Method · 0.45
write_bytes
Method · 0.45
write_text
Method · 0.45
runsource
Method · 0.45
handleError
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected