Able to perform routine task in decorator? #11634
Unanswered
Vladimir Dronnikov (dvv)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello!
I have a bunch of models and interfaces like the following:
I would like to create a decorator that would routinely derive sub-models of these models:
Is there a way to do so -- by just applying a decorator to a source model?
Or one must explicitly define these models like:
TIA
All reactions