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

Method get_protocol

Lib/asyncio/transports.py:41–43  ·  view source on GitHub ↗

Return the current protocol.

(self)

Source from the content-addressed store, hash-verified

39 raise NotImplementedError
40
41 def get_protocol(self):
42 """Return the current protocol."""
43 raise NotImplementedError
44
45
46class ReadTransport(BaseTransport):

Callers 3

__init__Method · 0.45
ssl_protocolMethod · 0.45

Calls

no outgoing calls

Tested by 2

ssl_protocolMethod · 0.36