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

Function _black_info

src/black/__init__.py:1626–1630  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1624
1625
1626def _black_info() -> str:
1627 return (
1628 f"Black {__version__} on "
1629 f"Python ({platform.python_implementation()}) {platform.python_version()}"
1630 )
1631
1632
1633def assert_equivalent(src: str, dst: str) -> None:

Callers 2

assert_equivalentFunction · 0.85
assert_stableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected