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

Function _list_encoder

api/util/mappers/dynamodb.py:228–229  ·  view source on GitHub ↗
(value: List[Any])

Source from the content-addressed store, hash-verified

226
227
228def _list_encoder(value: List[Any]) -> List[DocumentValue]:
229 return [_map_value_to_document_value(item) for item in value]
230
231
232def _decimal_encoder(value: Union[int, float]) -> Decimal:

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…