MCPcopy Index your code
hub / github.com/python/cpython / 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 5

namedtupleFunction · 0.90
frozendictClass · 0.85
_convert_Method · 0.80
startswithMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected