python-sdk icon indicating copy to clipboard operation
python-sdk copied to clipboard

Allow getting data by subclasses

Open norinorin opened this issue 2 years ago • 1 comments

Proposed Changes

Allow getting data by subclasses. The time complexity is supposedly O(n) on the first lookup and O(1) afterwards as the first result got cached.

norinorin avatar Nov 26 '21 12:11 norinorin

LGTM (but I don't see the point. This might also be a breaking change)

You're not wrong, I kinda had a use case but I don't think it's practical (that's why this is still a draft). Though don't worry about the breaking change, we're indeed doing breaking changes. We've bumped the major version and it's still alpha anyway.

norinorin avatar Dec 01 '21 05:12 norinorin