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

Method __init__

Lib/asyncio/transports.py:14–17  ·  view source on GitHub ↗
(self, extra=None)

Source from the content-addressed store, hash-verified

12 __slots__ = ('_extra',)
13
14 def __init__(self, extra=None):
15 if extra is None:
16 extra = {}
17 self._extra = extra
18
19 def get_extra_info(self, name, default=None):
20 """Get optional transport information."""

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected