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

Method get_output

scapy/utils.py:995–999  ·  view source on GitHub ↗
(self, eval_bytes=False)

Source from the content-addressed store, hash-verified

993 return False
994
995 def get_output(self, eval_bytes=False):
996 # type: (bool) -> str
997 if self.result_export_object.startswith("b'") and eval_bytes:
998 return plain_str(eval(self.result_export_object))
999 return self.result_export_object
1000
1001
1002def do_graph(

Callers

nothing calls this directly

Calls 1

plain_strFunction · 0.90

Tested by

no test coverage detected