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

Method is_open

kubernetes/base/stream/ws_client.py:191–193  ·  view source on GitHub ↗

True if the connection is still alive.

(self)

Source from the content-addressed store, hash-verified

189 return out
190
191 def is_open(self):
192 """True if the connection is still alive."""
193 return self._connected
194
195 def write_stdin(self, data):
196 """The same as write_channel with channel=0."""

Callers 7

readline_channelMethod · 0.95
updateMethod · 0.95
run_foreverMethod · 0.95
returncodeMethod · 0.95
test_pod_apisMethod · 0.80
exec_commandsFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_pod_apisMethod · 0.64