MCPcopy Create free account
hub / github.com/wal-e/wal-e / stdoutSet

Method stdoutSet

wal_e/pipeline.py:172–179  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

170
171 @stdout.setter
172 def stdoutSet(self, value):
173 # Use the grotesque name 'stdoutSet' to suppress pyflakes.
174 if self._process is not None:
175 raise UserCritical(
176 'BUG: Trying to set stdout on PipelineCommand '
177 'after it has already been .start-ed')
178
179 self._stdout = value
180
181 @property
182 def returncode(self):

Callers

nothing calls this directly

Calls 1

UserCriticalClass · 0.90

Tested by

no test coverage detected