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

Function make_tex_table

scapy/utils.py:3508–3517  ·  view source on GitHub ↗
(*args, **kargs)

Source from the content-addressed store, hash-verified

3506
3507
3508def make_tex_table(*args, **kargs):
3509 # type: (*Any, **Any) -> Optional[str]
3510 return __make_table( # type: ignore
3511 lambda l: "%s",
3512 lambda l: "& %s",
3513 "\\\\",
3514 *args,
3515 seplinefunc=lambda a, x: "\\hline",
3516 **kargs
3517 )
3518
3519####################
3520# WHOIS CLIENT #

Callers 1

make_tex_tableMethod · 0.90

Calls 1

__make_tableFunction · 0.85

Tested by

no test coverage detected