Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _escape_backslash
Function
_escape_backslash
numpy/distutils/npy_pkg_config.py:73–74 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
71
return
d
72
73
def
_escape_backslash(val):
74
return
val.replace(
'\\'
,
'\\\\'
)
75
76
class
LibraryInfo:
77
""
"
Callers
4
cflags
Method · 0.85
libs
Method · 0.85
parse_config
Function · 0.85
_read_config_imp
Function · 0.85
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected