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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

different introspection behaviour when using decorator vs mixin #264

Open
devlounge opened this issue Nov 19, 2020 · 1 comment
Open

different introspection behaviour when using decorator vs mixin #264

devlounge opened this issue Nov 19, 2020 · 1 comment

Comments

@devlounge
Copy link

Hi,

I ended up using the Mixin as the decorator does not allow IDEs to suggest instances attributes/methods but the mixin does.
Any idea why ?

@g0di
Copy link

g0di commented Dec 3, 2020

Got the exact same issue. Moreover, VSCode do not provide autocompletion for attributes available on the dataclass_json package. Typing from dataclass_json import ... do not provide anything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants