MCPcopy
hub / github.com/faust-streaming/faust / SetOfDecimal

Class SetOfDecimal

tests/functional/test_models.py:277–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 numbers: Tuple[Decimal, ...]
276
277 class SetOfDecimal(Record, coerce=True, serializer="json"):
278 numbers: Set[Decimal]
279
280 class MapOfDecimal(Record, coerce=True, serializer="json"):
281 numbers: Mapping[str, Decimal]

Callers 2

test_decimalsFunction · 0.85
test_decimals_compatFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_decimalsFunction · 0.68
test_decimals_compatFunction · 0.68