Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ normalize_devnull
Function
normalize_devnull
mypy/test/testcmdline.py:156–157 ·
view source on GitHub ↗
(line: str)
Source
from the content-addressed store, hash-verified
154
155
156
def
normalize_devnull(line: str) -> str:
157
return
line.replace(
"/dev/null"
, os.devnull)
Callers
1
test_python_cmdline
Function · 0.85
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…