Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ read
Method
read
Lib/test/test_ssl.py:2355–2359 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2353
return
True
2354
2355
def
read(self):
2356
if
self.sslconn:
2357
return
self.sslconn.read()
2358
else
:
2359
return
self.sock.recv(1024)
2360
2361
def
write(self, bytes):
2362
if
self.sslconn:
Callers
15
run
Method · 0.95
test_ssl.py
File · 0.45
is_ubuntu
Function · 0.45
test_DER_to_PEM
Method · 0.45
test_load_verify_cadata
Method · 0.45
test_get_ca_certs
Method · 0.45
test_create_default_context
Method · 0.45
test_read_write
Method · 0.45
test_eof
Method · 0.45
test_pending
Method · 0.45
test_buffer_types
Method · 0.45
test_unwrap
Method · 0.45
Calls
1
recv
Method · 0.45
Tested by
no test coverage detected