betty.collections.keyed.proxy module¶
Keyed collection proxies.
- class betty.collections.keyed.proxy.KeyedCollectionProxy¶
Bases:
KeyedCollection,GenericA keyed collection proxy.
- __init__(proxied: KeyedCollection[KeyT, ResolvableKeyT, ValueT], /)¶
- keys() Iterable[KeyT]¶
Get an iterable over the collection’s keys.
- class betty.collections.keyed.proxy.MutableKeyedCollectionProxy¶
Bases:
KeyedCollectionProxy,MutableKeyedCollection,GenericA mutable keyed collection proxy.