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 7c49e88 commit aa1d43aCopy full SHA for aa1d43a
src/frequenz/channels/experimental/_predicates.py
@@ -85,6 +85,7 @@ class WithPrevious(Generic[ChannelMessageT]):
85
def __init__(
86
self,
87
predicate: Callable[[ChannelMessageT, ChannelMessageT], bool],
88
+ /,
89
*,
90
first_is_true: bool = True,
91
) -> None:
0 commit comments