Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeOpcUa/python-opcua
/ EnumValue
Class
EnumValue
schemas/generate_model.py:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
104
105
class
EnumValue(object):
106
def
__init__(self):
107
self.name = None
108
self.value = None
109
110
111
class
Model(object):
Callers
1
parse_enum
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected