Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ write
Method
write
Platforms/emscripten/streams.mjs:199–201 ·
view source on GitHub ↗
(buffer)
Source
from the content-addressed store, hash-verified
197
}
198
199
write(buffer) {
200
return
fs.writeSync(this.nodeStream.fd, buffer);
201
}
202
203
fsync() {
204
nodeFsync(this.nodeStream.fd);
Callers
15
write_code
Function · 0.45
write_frozen
Function · 0.45
fix_uplink
Function · 0.45
urlretrieve
Function · 0.45
fix
Function · 0.45
node_entry.mjs
File · 0.45
streams.mjs
File · 0.45
src.mjs
File · 0.45
print_called_process_error
Function · 0.45
xcode_test
Function · 0.45
configure_wasi_python
Function · 0.45
emit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected