MCPcopy Create free account
hub / github.com/ActiveState/code / write

Method write

recipes/Python/572159_SPICE/recipe-572159.py:256–258  ·  view source on GitHub ↗

Encrypt and write to socket.

(self, string)

Source from the content-addressed store, hash-verified

254 raise NotImplementedError
255
256 def write(self, string):
257 'Encrypt and write to socket.'
258 self.sendall(string)
259
260################################################################################
261

Callers

nothing calls this directly

Calls 1

sendallMethod · 0.95

Tested by

no test coverage detected