Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ maximum_version
Method
maximum_version
Lib/ssl.py:548–549 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
546
547
@property
548
def
maximum_version(self):
549
return
TLSVersion(super().maximum_version)
550
551
@maximum_version.setter
552
def
maximum_version(self, value):
Callers
nothing calls this directly
Calls
3
TLSVersion
Class · 0.85
super
Class · 0.85
__set__
Method · 0.45
Tested by
no test coverage detected