buildgrid.server.app.settings.mapper module
- buildgrid.server.app.settings.mapper.map_key(conf: Dict[str, Any], key: str) Any
- buildgrid.server.app.settings.mapper.map_key(conf: Dict[str, Any], key: str, *, default: T) T
- buildgrid.server.app.settings.mapper.map_key(conf: Dict[str, Any], key: str, *, decoder: Callable[[Any], T]) T
- buildgrid.server.app.settings.mapper.map_key(conf: Dict[str, Any], key: str, *, decoder: Callable[[Any], T], default: T) T