Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ _reset
Method
_reset
recipes/Python/578488_Threaded/recipe-578488.py:151–152 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
149
yield
self.SENTINEL
150
151
def
_reset(self):
152
self._buffer = cStringIO.StringIO()
153
154
class
SubprocessSession(object):
155
def
__init__(self, command, writer, reader, start=True, **kwargs):
Callers
3
_read
Method · 0.95
__init__
Method · 0.45
Curry
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected