Describe the bug
A clear and concise description of what the bug is.
To Reproduce
from pydantic import BaseModel
class A(BaseModel):
a: str
def __init__(self, **kwargs):
super().__init__(**kwargs)
class B(A):
b: str
B()
Expected behavior
Completion should whisper arguments
Environments (please complete the following information):
Additional context
Add any other context about the problem here.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too