MCPcopy 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
154class SubprocessSession(object):
155 def __init__(self, command, writer, reader, start=True, **kwargs):

Callers 3

_readMethod · 0.95
__init__Method · 0.45
CurryClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected