Class tigrbl.runtime.context.MappingProxy
tigrbl.runtime.context.MappingProxy
MappingProxy(data)
Bases: Mapping[str, Any]
A lightweight, read-only mapping wrapper.
Source code in tigrbl/runtime/context.py
187 188 |
|
get
get(key, default=None)
Source code in tigrbl/runtime/context.py
199 200 |
|