MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_extra_info

Method get_extra_info

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

Source from the content-addressed store, hash-verified

358 await self._protocol._get_close_waiter(self)
359
360 def get_extra_info(self, name, default=None):
361 return self._transport.get_extra_info(name, default)
362
363 async def drain(self):
364 """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