MCPcopy Index your code
hub / github.com/secdev/scapy / valueof

Method valueof

scapy/layers/dcerpc.py:2056–2057  ·  view source on GitHub ↗
(self, pkt, x)

Source from the content-addressed store, hash-verified

2054 return len(x)
2055
2056 def valueof(self, pkt, x):
2057 return [self.field.valueof(pkt, y) for y in x]
2058
2059
2060class NDRVaryingArray(_NDRPacket):

Callers

nothing calls this directly

Calls 1

valueofMethod · 0.45

Tested by

no test coverage detected