We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It has signature def distinct_until_changed( source: AsyncObservable[_TSource], ) -> AsyncObservable[_TSource]
but I would have expected def distinct_until_changed() -> Callable[[AsyncObservable[_TSource]], AsyncObservable[_TSource]]
Seems like a lot of signatures here and there could need some clean-up!???
The text was updated successfully, but these errors were encountered:
Ok, it didn't get the curry_flip. However, PyCharm often gets confused on curry_flip, so not working nice in PyCharm :-(
Sorry, something went wrong.
No branches or pull requests
It has signature
def distinct_until_changed(
source: AsyncObservable[_TSource],
) -> AsyncObservable[_TSource]
but I would have expected
def distinct_until_changed() -> Callable[[AsyncObservable[_TSource]], AsyncObservable[_TSource]]
Seems like a lot of signatures here and there could need some clean-up!???
The text was updated successfully, but these errors were encountered: