Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ close
Method
close
Lib/asyncio/streams.py:351–352 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
349
return
self._transport.can_write_eof()
350
351
def
close(self):
352
return
self._transport.close()
353
354
def
is_closing(self):
355
return
self._transport.is_closing()
Callers
2
__del__
Method · 0.95
callback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected