Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
def
create_nonce(size=32):
Callers
4
set_attribute
Method · 0.45
write_xml
Method · 0.45
save_to_file
Method · 0.45
_make_header
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected