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

Class CannotSplit

src/black/linegen.py:102–103  ·  view source on GitHub ↗

A readable split that fits the allotted line length is impossible.

Source from the content-addressed store, hash-verified

100
101
102class CannotSplit(CannotTransform):
103 """A readable split that fits the allotted line length is impossible."""
104
105
106# This isn't a dataclass because @dataclass + Generic breaks mypyc.

Callers 6

left_hand_splitFunction · 0.85
_first_right_hand_splitFunction · 0.85
delimiter_splitFunction · 0.85
standalone_comment_splitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected