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 49cd098Copy full SHA for 49cd098
1 file changed
src/outcome/_impl.py
@@ -121,6 +121,7 @@ class Outcome(abc.ABC, Generic[ValueT]):
121
:class:`Outcome` objects are hashable if the contained objects are
122
hashable.
123
124
+
125
"""
126
@abc.abstractmethod
127
def unwrap(self) -> ValueT:
0 commit comments