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

Method make_lined_table

scapy/plist.py:256–259  ·  view source on GitHub ↗

Same as make_table, but print a table with lines

(self, *args, **kargs)

Source from the content-addressed store, hash-verified

254 return make_table(self.res, *args, **kargs)
255
256 def make_lined_table(self, *args, **kargs):
257 # type: (Any, Any) -> Optional[str]
258 """Same as make_table, but print a table with lines"""
259 return make_lined_table(self.res, *args, **kargs)
260
261 def make_tex_table(self, *args, **kargs):
262 # type: (Any, Any) -> Optional[str]

Callers

nothing calls this directly

Calls 1

make_lined_tableFunction · 0.90

Tested by

no test coverage detected