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 is not possible to do the following yet:
class Foo[T: TypedDict]: def method(self, **kwargs: Unpack[T]) -> None: ...
Here is an open issue: python/typing#1399
When this is implemented and adopted by mypy/pyright, it should be uncommented in the code:
https://github.com/paveldedik/ludic/blob/fe281b7e482322800a6e67043f2b32b6fe623a1d/ludic/base.py#L299-L300
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is not possible to do the following yet:
Here is an open issue: python/typing#1399
When this is implemented and adopted by mypy/pyright, it should be uncommented in the code:
https://github.com/paveldedik/ludic/blob/fe281b7e482322800a6e67043f2b32b6fe623a1d/ludic/base.py#L299-L300
The text was updated successfully, but these errors were encountered: