MCPcopy Create free account
hub / github.com/kubernetes-client/python / _IgnoredIO

Class _IgnoredIO

kubernetes/base/stream/ws_client.py:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41V5_CHANNEL_PROTOCOL = "v5.channel.k8s.io"
42
43class _IgnoredIO:
44 def write(self, _x):
45 pass
46
47 def getvalue(self):
48 raise TypeError("Tried to read_all() from a WSClient configured to not capture. Did you mean `capture_all=True`?")
49
50
51class WSClient:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected