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

Method get_python_classes

opcua/common/structures.py:201–202  ·  view source on GitHub ↗
(self, env=None)

Source from the content-addressed store, hash-verified

199 return code
200
201 def get_python_classes(self, env=None):
202 return _generate_python_class(self.model, env=env)
203
204 def save_and_import(self, path, append_to=None):
205 """

Callers 1

load_type_definitionsFunction · 0.95

Calls 1

_generate_python_classFunction · 0.85

Tested by

no test coverage detected