Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ read
Method
read
Lib/test/test_ssl.py:2634–2638 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2632
return
True
2633
2634
def
read(self):
2635
if
self.sslconn:
2636
return
self.sslconn.read()
2637
else
:
2638
return
self.sock.recv(1024)
2639
2640
def
write(self, bytes):
2641
if
self.sslconn:
Callers
15
run
Method · 0.95
test_ssl.py
File · 0.45
is_ubuntu
Function · 0.45
do_ssl_object_handshake
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
Calls
1
recv
Method · 0.45
Tested by
no test coverage detected