Skip to content

Avoid ABC's and use Protocol instead #324

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

Closed
2 tasks done
rmorshea opened this issue Mar 16, 2021 · 0 comments
Closed
2 tasks done

Avoid ABC's and use Protocol instead #324

rmorshea opened this issue Mar 16, 2021 · 0 comments
Assignees

Comments

@rmorshea
Copy link
Collaborator

rmorshea commented Mar 16, 2021

Users shouldn't be bound to subclassing so long as they abide by the expected interface. To allow this we should use typing.Protocol instead of abc.ABC. This change would probably be applicable to:

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

1 participant