MCPcopy 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

TLSVersionClass · 0.85
superClass · 0.85
__set__Method · 0.45

Tested by

no test coverage detected