Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ flush
Method
flush
crates/stdlib/src/socket.rs:980–982 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
978
}
979
980
fn flush(&mut self) -> std::io::Result<()> {
981
(&mut &*self.sock()?).flush()
982
}
983
}
984
985
impl PySocket {
Callers
nothing calls this directly
Calls
1
sock
Method · 0.80
Tested by
no test coverage detected