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

Class FormatFailure

tests/util.py:90–91  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

88
89
90class FormatFailure(Exception):
91 """Used to wrap failures when assert_format() runs in an extra mode."""
92
93
94def assert_format(

Callers 1

assert_formatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected