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

Method protocol

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

Source from the content-addressed store, hash-verified

656
657 @property
658 def protocol(self):
659 return _SSLMethod(super().protocol)
660
661 @property
662 def verify_flags(self):

Callers 15

__init__Method · 0.80
_loadtkMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
create_widgetsMethod · 0.80
initMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls 1

superClass · 0.85

Tested by 2

showSelectedErrorMethod · 0.64
mainFunction · 0.64