-
-
Notifications
You must be signed in to change notification settings - Fork 400
Open
Labels
PyrightIssues that depend on Pyright/Pylance doing something.Issues that depend on Pyright/Pylance doing something.TypingTyping/stub/Mypy/PyRight related bugs.Typing/stub/Mypy/PyRight related bugs.
Description
Python version: 3.12.5
attrs version: 23.2.0
pylance version: v2024.10.1
code:
import attrs
@attrs.define
class MyClass:
x: int
def __init__(self, x: int):
self.__attrs_init__(x)
# ^^^^^^^^^^
# Cannot access attribute "__attrs_init__" for class "MyClass*"
# Attribute "__attrs_init__" is unknown Pylance[reportAttributeAccessIssue]
Metadata
Metadata
Assignees
Labels
PyrightIssues that depend on Pyright/Pylance doing something.Issues that depend on Pyright/Pylance doing something.TypingTyping/stub/Mypy/PyRight related bugs.Typing/stub/Mypy/PyRight related bugs.