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

Method unpack

src/vpp-api/python/vpp_papi/vpp_serializer.py:63–64  ·  view source on GitHub ↗
(self, data, offset, result=None, ntc=False)

Source from the content-addressed store, hash-verified

61 raise NotImplementedError
62
63 def unpack(self, data, offset, result=None, ntc=False):
64 raise NotImplementedError
65
66 # override as appropriate in subclasses
67 @staticmethod

Calls

no outgoing calls