Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ remove_writer
Method
remove_writer
tornado/platform/asyncio.py:752–753 ·
view source on GitHub ↗
(self, fd: "_FileDescriptorLike")
Source
from the content-addressed store, hash-verified
750
return
self._selector.remove_reader(fd)
751
752
def
remove_writer(self, fd:
"_FileDescriptorLike"
) -> bool:
753
return
self._selector.remove_writer(fd)
Callers
nothing calls this directly
Calls
1
remove_writer
Method · 0.45
Tested by
no test coverage detected