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

Method __init__

opcua/ua/uaprotocol_auto.py:1857–1868  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1855 ]
1856
1857 def __init__(self):
1858 self.Name = None
1859 self.Description = LocalizedText()
1860 self.FieldFlags = DataSetFieldFlags(0)
1861 self.BuiltInType = 0
1862 self.DataType = NodeId()
1863 self.ValueRank = 0
1864 self.ArrayDimensions = []
1865 self.MaxStringLength = 0
1866 self.DataSetFieldId = Guid()
1867 self.Properties = []
1868 self._freeze = True
1869
1870 def __str__(self):
1871 return 'FieldMetaData(Name:{self.Name}, Description:{self.Description}, FieldFlags:{self.FieldFlags}, BuiltInType:{self.BuiltInType}, DataType:{self.DataType}, ValueRank:{self.ValueRank}, ArrayDimensions:{self.ArrayDimensions}, MaxStringLength:{self.MaxStringLength}, DataSetFieldId:{self.DataSetFieldId}, Properties:{self.Properties})'

Callers

nothing calls this directly

Calls 3

LocalizedTextClass · 0.85
DataSetFieldFlagsClass · 0.85
NodeIdClass · 0.85

Tested by

no test coverage detected