Class ContextList
A wrapper that provides direct key access to context items contained in a list of context objects.
Declaration
class ContextList(list)
source linkDocumentation
Methods
▷ def get(self, key, default=None) ▷ def keys(self) Flattened keys of subcontexts.
Reexports