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

Method close

Lib/asyncio/streams.py:349–350  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

347 return self._transport.can_write_eof()
348
349 def close(self):
350 return self._transport.close()
351
352 def is_closing(self):
353 return self._transport.is_closing()

Callers 2

__del__Method · 0.95
callbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected