Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeOpcUa/python-opcua
/ make_model_from_string
Method
make_model_from_string
opcua/common/structures.py:144–146 ·
view source on GitHub ↗
(self, xml)
Source
from the content-addressed store, hash-verified
142
self.model = []
143
144
def
make_model_from_string(self, xml):
145
obj = objectify.fromstring(xml)
146
self._make_model(obj)
147
148
def
make_model_from_file(self, path):
149
obj = objectify.parse(path)
Callers
1
load_type_definitions
Function · 0.95
Calls
1
_make_model
Method · 0.95
Tested by
no test coverage detected