MCPcopy Index your code
hub / github.com/python/cpython / minimum_version

Method minimum_version

Lib/ssl.py:538–539  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

536 if hasattr(_SSLContext, 'minimum_version'):
537 @property
538 def minimum_version(self):
539 return TLSVersion(super().minimum_version)
540
541 @minimum_version.setter
542 def minimum_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