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

Function socket_closed_error

crates/stdlib/src/openssl.rs:2346–2348  ·  view source on GitHub ↗
(vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

2344 }
2345
2346 fn socket_closed_error(vm: &VirtualMachine) -> PyBaseExceptionRef {
2347 new_ssl_error(vm, "Underlying socket has been closed.")
2348 }
2349
2350 // BIO stream wrapper to implement Read/Write traits for MemoryBIO
2351 struct BioStream {

Callers 4

shutdownMethod · 0.85
do_handshakeMethod · 0.85
writeMethod · 0.85
readMethod · 0.85

Calls 1

new_ssl_errorFunction · 0.85

Tested by

no test coverage detected