MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / _dict_encoder

Function _dict_encoder

api/util/mappers/dynamodb.py:224–225  ·  view source on GitHub ↗
(value: Dict[str, Any])

Source from the content-addressed store, hash-verified

222
223
224def _dict_encoder(value: Dict[str, Any]) -> Dict[str, DocumentValue]:
225 return {f_name: _map_value_to_document_value(val) for f_name, val in value.items()}
226
227
228def _list_encoder(value: List[Any]) -> List[DocumentValue]:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…