Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ __init__
Method
__init__
recipes/Python/578488_Threaded/recipe-578488.py:121–123 ·
view source on GitHub ↗
(self, stream)
Source
from the content-addressed store, hash-verified
119
FRAME_SEPARATOR =
'\x00'
120
121
def
__init__(self, stream):
122
self._stream = stream
123
self.__read = self._read().next
124
125
def
__call__(self):
126
return
self.__read()
Callers
nothing calls this directly
Calls
1
_read
Method · 0.95
Tested by
no test coverage detected