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

Method close_fd

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

Source from the content-addressed store, hash-verified

1126 return self.socket
1127
1128 def close_fd(self) -> None:
1129 self.socket.close()
1130 self.socket = None # type: ignore
1131
1132 def get_fd_error(self) -> Optional[Exception]:
1133 errno = self.socket.getsockopt(socket.SOL_SOCKET, socket.SO_ERROR)

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected