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

Method add_breakpoints

scapy/automaton.py:1499–1504  ·  view source on GitHub ↗
(self, *bps)

Source from the content-addressed store, hash-verified

1497 self.interception_points.discard(ipt)
1498
1499 def add_breakpoints(self, *bps):
1500 # type: (Any) -> None
1501 for bp in bps:
1502 if hasattr(bp, "atmt_state"):
1503 bp = bp.atmt_state
1504 self.breakpoints.add(bp)
1505
1506 def remove_breakpoints(self, *bps):
1507 # type: (Any) -> None

Callers 1

breaksMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected