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

Method write

kubernetes/base/stream/ws_client.py:44–45  ·  view source on GitHub ↗
(self, _x)

Source from the content-addressed store, hash-verified

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`?")

Calls

no outgoing calls