MCPcopy Index your code
hub / github.com/python-websockets/websockets / send_eof

Method send_eof

src/websockets/protocol.py:763–768  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

761 )
762
763 def send_eof(self) -> None:
764 assert not self.eof_sent
765 self.eof_sent = True
766 if self.debug:
767 self.logger.debug("> EOF")
768 self.writes.append(SEND_EOF)

Callers 8

failMethod · 0.95
discardMethod · 0.95
recv_frameMethod · 0.95
parseMethod · 0.80
send_responseMethod · 0.80
parseMethod · 0.80

Calls 1

appendMethod · 0.80

Tested by 2