Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_definitions
Function · 0.95
Calls
1
_generate_python_class
Function · 0.85
Tested by
no test coverage detected