MCPcopy Index your code
hub / github.com/RustPython/RustPython / SocketStream

Class SocketStream

crates/stdlib/src/openssl.rs:2295–2295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2293 }
2294
2295 struct SocketStream(PyRef<PySocket>);
2296
2297 impl SocketStream {
2298 fn timeout_deadline(&self) -> SocketDeadline {

Callers 1

_wrap_socketMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected