Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ close_fd
Method
close_fd
tornado/iostream.py:1588–1589 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1586
return
self.fd
1587
1588
def
close_fd(self) -> None:
1589
self._fio.close()
1590
1591
def
write_to_fd(self, data: memoryview) -> int:
1592
try
:
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected