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

Method read_stdout

kubernetes/base/stream/ws_client.py:157–159  ·  view source on GitHub ↗

Same as read_channel with channel=1.

(self, timeout=None)

Source from the content-addressed store, hash-verified

155 return self.peek_channel(STDOUT_CHANNEL, timeout=timeout)
156
157 def read_stdout(self, timeout=None):
158 """Same as read_channel with channel=1."""
159 return self.read_channel(STDOUT_CHANNEL, timeout=timeout)
160
161 def readline_stdout(self, timeout=None):
162 """Same as readline_channel with channel=1."""

Callers 1

exec_commandsFunction · 0.80

Calls 1

read_channelMethod · 0.95

Tested by

no test coverage detected