libb.MutableDict
- class MutableDict[source]
Bases:
dictAn ordered dictionary with additional insertion methods.
Extends the standard dictionary with methods to insert items before or after existing keys. Relies on Python 3.7+ dictionary implementation which preserves insertion order.