vltr / middle

Flexible, extensible Python data structures for general usage
https://middle.readthedocs.io/en/latest/
MIT License
10 stars 1 forks source link

Respect `mro` order #94

Open vltr opened 4 years ago

vltr commented 4 years ago

middle should respect and work with proper class inheritance and mro, like being able to "cast" a child object to its parent type (or extract from it) and so on.