Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FDio/vpp
/ getAttribute
Method
getAttribute
extras/packetforge/ProtocolHeader.py:210–214 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
208
return
field.Value
209
210
def
getAttribute(self, name):
211
if
name not in self.attributeDict:
212
return
None
213
214
return
self.attributeDict[name].Value
215
216
def
GetValue(self, name):
217
result = self.getField(name)
Callers
1
GetValue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected