MCPcopy 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
156def normalize_devnull(line: str) -> str:
157 return line.replace("/dev/null", os.devnull)

Callers 1

test_python_cmdlineFunction · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…