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

Method stdinSet

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

Source from the content-addressed store, hash-verified

156
157 @stdin.setter
158 def stdinSet(self, value):
159 # Use the grotesque name 'stdinSet' to suppress pyflakes.
160 if self._process is not None:
161 raise UserCritical(
162 'BUG: Trying to set stdin on PipelineCommand '
163 'after it has already been .start-ed')
164
165 self._stdin = value
166
167 @property
168 def stdout(self):

Callers

nothing calls this directly

Calls 1

UserCriticalClass · 0.90

Tested by

no test coverage detected