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

Method parse_options

scapy/ansmachine.py:113–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 [self.optam1, self.optam2][mode - 1][attr] = val
112
113 def parse_options(self):
114 # type: () -> None
115 pass
116
117 def parse_all_options(self, mode, kargs):
118 # type: (int, Any) -> Tuple[Dict[str, Any], Dict[str, Any]]

Callers 1

parse_all_optionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected