MCPcopy Index your code
hub / github.com/kubernetes-client/python / read_stderr

Method read_stderr

kubernetes/base/stream/ws_client.py:169–171  ·  view source on GitHub ↗

Same as read_channel with channel=2.

(self, timeout=None)

Source from the content-addressed store, hash-verified

167 return self.peek_channel(STDERR_CHANNEL, timeout=timeout)
168
169 def read_stderr(self, timeout=None):
170 """Same as read_channel with channel=2."""
171 return self.read_channel(STDERR_CHANNEL, timeout=timeout)
172
173 def readline_stderr(self, timeout=None):
174 """Same as readline_channel with channel=2."""

Callers 1

exec_commandsFunction · 0.80

Calls 1

read_channelMethod · 0.95

Tested by

no test coverage detected