MCPcopy Create free account
hub / github.com/FDio/vpp / GetValue

Method GetValue

extras/packetforge/ProtocolHeader.py:216–222  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

214 return self.attributeDict[name].Value
215
216 def GetValue(self, name):
217 result = self.getField(name)
218
219 if result == None:
220 return self.getAttribute(name)
221
222 return result
223
224 def appendNum(self, big, exp, size):
225 num = 0

Callers 1

ApplyMethod · 0.80

Calls 2

getFieldMethod · 0.95
getAttributeMethod · 0.95

Tested by

no test coverage detected