Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ _next
Method
_next
recipes/Python/578488_Threaded/recipe-578488.py:128–132 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
126
return
self.__read()
127
128
def
_next(self):
129
try
:
130
return
self._stream.read(1)
131
except
:
132
return
''
133
134
def
_parse(self, frame):
135
raise
NotImplementedError()
Callers
1
_onSend
Method · 0.45
Calls
1
read
Method · 0.45
Tested by
no test coverage detected