MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / minimum_version

Method minimum_version

tools/python-3.11.9-amd64/Lib/ssl.py:601–602  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

599 if hasattr(_SSLContext, 'minimum_version'):
600 @property
601 def minimum_version(self):
602 return TLSVersion(super().minimum_version)
603
604 @minimum_version.setter
605 def minimum_version(self, value):

Callers

nothing calls this directly

Calls 2

TLSVersionClass · 0.85
__set__Method · 0.45

Tested by

no test coverage detected