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

Class OptionalListOfDecimal

tests/functional/test_models.py:268–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 numbers: List[Decimal]
267
268 class OptionalListOfDecimal(Record, coerce=True, serializer="json"):
269 numbers: List[Decimal] = None
270
271 class OptionalListOfDecimal2(Record, coerce=True, serializer="json"):
272 numbers: Optional[List[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