Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ ssl.py
File
ssl.py
Lib/ssl.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Wrapper module for _ssl, providing some additional facilities
2
# implemented in Python. Written by Bill Janssen.
3
4
""
"This module provides some more Pythonic support
for
SSL.
Callers
nothing calls this directly
Calls
6
namedtuple
Function · 0.90
getattr
Function · 0.85
hasattr
Function · 0.85
_convert_
Method · 0.80
startswith
Method · 0.45
items
Method · 0.45
Tested by
no test coverage detected