MCPcopy 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
105class EnumValue(object):
106 def __init__(self):
107 self.name = None
108 self.value = None
109
110
111class Model(object):

Callers 1

parse_enumMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected