Home | History | Annotate | Download | only in asyncio

Lines Matching refs:Transport

93             warnings.warn(f"unclosed transport {self!r}", ResourceWarning,
97 def _fatal_error(self, exc, message='Fatal error on pipe transport'):
106 'transport': self,
158 """Transport for read pipes."""
277 self._fatal_error(exc, 'Fatal read error on pipe transport')
279 logger.debug("Read error on pipe transport while closing",
284 self._fatal_error(exc, 'Fatal read error on pipe transport')
298 """Transport for write pipes."""
383 self._fatal_error(exc, 'Fatal write error on pipe transport')
414 # the transport has been closed
430 transports.Transport):
431 """Transport for duplex pipes."""
442 transports.Transport):
443 """Transport for connected sockets."""