MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / write

Method write

opcua/common/utils.py:117–118  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

115 return data
116
117 def write(self, data):
118 self.socket.sendall(data)
119
120
121def create_nonce(size=32):

Callers 4

set_attributeMethod · 0.45
write_xmlMethod · 0.45
save_to_fileMethod · 0.45
_make_headerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected