Skip to content
New issue

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

(馃悶) Variable in dataclass body has value of type Field when mypy thinks it's int (or whatever) #13180

Open
KotlinIsland opened this issue Jul 19, 2022 · 0 comments
Labels

Comments

@KotlinIsland
Copy link
Contributor

from dataclasses import dataclass, field

@dataclass
class A:
    a: int = field(default=1)
    print(a + 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants