adaptix icon indicating copy to clipboard operation
adaptix copied to clipboard

Add Inheritance polymormic loader

Open zhPavel opened this issue 3 years ago • 1 comments

Add a new provider that can extract all children of the base class (maybe add a decorator that can track inheritance) and return parser for union of this types. Integrate this feature with #186

zhPavel avatar Aug 14 '22 16:08 zhPavel

There is no need for the decorator, all descendants could be collected via .__subclasses__()

zhPavel avatar Aug 25 '22 21:08 zhPavel