MCPcopy Create free account
hub / github.com/psf/black / FormatFailure

Class FormatFailure

tests/util.py:60–61  ·  view source on GitHub ↗

Used to wrap failures when assert_format() runs in an extra mode.

Source from the content-addressed store, hash-verified

58
59
60class FormatFailure(Exception):
61 """Used to wrap failures when assert_format() runs in an extra mode."""
62
63
64def assert_format(

Callers 1

assert_formatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected