MCPcopy 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
73def _escape_backslash(val):
74 return val.replace('\\', '\\\\')
75
76class LibraryInfo:
77 """

Callers 4

cflagsMethod · 0.85
libsMethod · 0.85
parse_configFunction · 0.85
_read_config_impFunction · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected