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

Class TupleOfDecimal

tests/functional/test_models.py:274–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 numbers: Optional[List[Decimal]]
273
274 class TupleOfDecimal(Record, coerce=True, serializer="json"):
275 numbers: Tuple[Decimal, ...]
276
277 class SetOfDecimal(Record, coerce=True, serializer="json"):
278 numbers: Set[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