MCPcopy Index your code
hub / github.com/websocket-client/websocket-client / __next__

Method __next__

websocket/_core.py:126–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 yield self.recv()
125
126 def __next__(self):
127 return self.recv()
128
129 def next(self):
130 return self.__next__()

Callers 1

nextMethod · 0.95

Calls 1

recvMethod · 0.95

Tested by

no test coverage detected