MCPcopy
hub / github.com/psf/black / err

Function err

src/black/output.py:38–39  ·  view source on GitHub ↗
(message: str | None = None, nl: bool = True, **styles: Any)

Source from the content-addressed store, hash-verified

36
37
38def err(message: str | None = None, nl: bool = True, **styles: Any) -> None:
39 _err(message, nl=nl, **styles)
40
41
42def ipynb_diff(a: str, b: str, a_name: str, b_name: str) -> str:

Callers 8

failedMethod · 0.90
find_pyproject_tomlFunction · 0.90
get_gitignoreFunction · 0.90
readMethod · 0.90
mainFunction · 0.90
get_sourcesFunction · 0.90
cancelFunction · 0.90
_assert_format_equalFunction · 0.90

Calls 1

_errFunction · 0.85

Tested by

no test coverage detected