Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ close
Method
close
Lib/test/test_ssl.py:2559–2562 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2557
self.close()
2558
2559
def
close(self):
2560
if
self.sock is not None:
2561
self.sock.close()
2562
self.sock = None
2563
2564
def
stop(self):
2565
self.active = False
Callers
15
run
Method · 0.95
test_unknown_channel_binding
Method · 0.45
test_makefile_close
Method · 0.45
close
Method · 0.45
stop
Method · 0.45
server_params_test
Function · 0.45
listener
Method · 0.45
test_starttls
Method · 0.45
test_socketserver
Method · 0.45
test_asyncore_server
Method · 0.45
test_recv_send
Method · 0.45
test_nonblocking_send
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected