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

Method readline_stderr

kubernetes/base/stream/ws_client.py:173–175  ·  view source on GitHub ↗

Same as readline_channel with channel=2.

(self, timeout=None)

Source from the content-addressed store, hash-verified

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."""
175 return self.readline_channel(STDERR_CHANNEL, timeout=timeout)
176
177 def read_all(self):
178 """Return buffered data received on stdout and stderr channels.

Callers 1

test_pod_apisMethod · 0.80

Calls 1

readline_channelMethod · 0.95

Tested by 1

test_pod_apisMethod · 0.64