We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b08df commit 4d40df0Copy full SHA for 4d40df0
1 file changed
src/outcome/_impl.py
@@ -122,6 +122,7 @@ class Outcome(abc.ABC, Generic[ValueT]):
122
hashable.
123
124
"""
125
+
126
@abc.abstractmethod
127
def unwrap(self) -> ValueT:
128
"""Return or raise the contained value or exception.
0 commit comments