You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a base class an a set of mixins we are using to combine when defining new classes. The issue is that it seems currently there is no way to define that an argument should inherit from a list of base classes, and not just one:
So this would be that argument has to have all of the listed classes somewhere in its inheritance chain. In some way, it is similar to Union, maybe an Intersection? ;-)
The text was updated successfully, but these errors were encountered:
I have a base class an a set of mixins we are using to combine when defining new classes. The issue is that it seems currently there is no way to define that an argument should inherit from a list of base classes, and not just one:
So this would be that
argument
has to have all of the listed classes somewhere in its inheritance chain. In some way, it is similar toUnion
, maybe anIntersection
? ;-)The text was updated successfully, but these errors were encountered: