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

Method err

src/black/rusty.py:24–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22 self._e = e
23
24 def err(self) -> E:
25 return self._e
26
27
28Result = Union[Ok[T], Err[E]]

Callers 2

__call__Method · 0.45
do_transformMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected