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

Method breaks

scapy/automaton.py:429–431  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

427 return self.__func__(self.__self__, *args, **kargs)
428
429 def breaks(self):
430 # type: () -> Any
431 return self.__self__.add_breakpoints(self.__func__)
432
433 def intercepts(self):
434 # type: () -> Any

Callers

nothing calls this directly

Calls 1

add_breakpointsMethod · 0.80

Tested by

no test coverage detected