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

Method graph

scapy/automaton.py:876–879  ·  view source on GitHub ↗
(self, **kargs)

Source from the content-addressed store, hash-verified

874 return s
875
876 def graph(self, **kargs):
877 # type: (Any) -> Optional[str]
878 s = self.build_graph()
879 return do_graph(s, **kargs)
880
881
882class Automaton(metaclass=Automaton_metaclass):

Callers

nothing calls this directly

Calls 2

build_graphMethod · 0.95
do_graphFunction · 0.90

Tested by

no test coverage detected