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

Add union support #6

Open
obriencj opened this issue May 13, 2024 · 0 comments
Open

Add union support #6

obriencj opened this issue May 13, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@obriencj
Copy link
Owner

Allow a proxytype definition to be a union of the methods of multiple classes

eg.

@proxytype(Foo | Bar | Baz)
class Qux:
  ...

Would cause Qux to copy the members from Foo, Bar, and Baz

@obriencj obriencj added the enhancement New feature or request label May 13, 2024
@obriencj obriencj modified the milestones: 0.3.0, 0.4.0 May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant