MCPcopy Create free account
hub / github.com/EasyIME/PIME / close_fd

Method close_fd

python/python3/tornado/iostream.py:1647–1648  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1645 return self.fd
1646
1647 def close_fd(self) -> None:
1648 self._fio.close()
1649
1650 def write_to_fd(self, data: memoryview) -> int:
1651 try:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected