ruff
bb40c343
- [ty] Use declared attribute types as type context (#21143)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
69 days ago
[ty] Use declared attribute types as type context (#21143) ## Summary For example: ```py class X: x: list[int | str] def _(x: X): x.x = [1] ``` Resolves https://github.com/astral-sh/ty/issues/1375.
References
#21143 - [ty] Use declared attribute types as type context
Author
ibraheemdev
Parents
b93d8f2b
Loading