Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ tex_escape
Function
tex_escape
scapy/utils.py:1106–1111 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
1104
1105
1106
def
tex_escape(x):
1107
# type: (str) -> str
1108
s =
""
1109
for
c in x:
1110
s += _TEX_TR.get(c, c)
1111
return
s
1112
1113
1114
def
colgen(*lstcol,
# type: Any
Callers
6
canvas_dump
Method · 0.90
to_latex
Function · 0.90
__getattr__
Method · 0.90
apply_ipython_style
Function · 0.90
latex_info_line
Function · 0.90
campaign_to_LATEX
Function · 0.90
Calls
1
get
Method · 0.45
Tested by
no test coverage detected