Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
Result = Union[Ok[T], Err[E]]
Callers
2
__call__
Method · 0.45
do_transform
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected