Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ writer
Method
writer
crates/vm/src/stdlib/_io.rs:2084–2086 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
2082
type Writer = Self;
2083
2084
fn writer(&self) -> &Self::Writer {
2085
self
2086
}
2087
}
2088
2089
#[pyclass(
Callers
2
write
Method · 0.45
flush
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected