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

Method get_extra_info

Lib/asyncio/streams.py:358–359  ·  view source on GitHub ↗
(self, name, default=None)

Source from the content-addressed store, hash-verified

356 await self._protocol._get_close_waiter(self)
357
358 def get_extra_info(self, name, default=None):
359 return self._transport.get_extra_info(name, default)
360
361 async def drain(self):
362 """Flush the write buffer.

Callers 4

_replace_transportMethod · 0.45
connection_madeMethod · 0.45
create_connectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected