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

Class UnexpectedPacketError

test/util.py:548–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546
547
548class UnexpectedPacketError(Exception):
549 def __init__(self, packet, msg=""):
550 self.packet = packet
551 self.msg = msg
552
553 def __str__(self):
554 return f"\nUnexpected packet:\n{pr(self.packet)}{self.msg}"
555
556
557def recursive_dict_merge(dict_base, dict_update):

Callers 2

get_captureMethod · 0.90
resolve_arpMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected