MCPcopy
hub / github.com/celery/celery / RetModel

Class RetModel

t/unit/app/test_app.py:771–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

769 value: int
770
771 class RetModel(BaseModel):
772 value: datetime
773 unset_value: typing.Optional[int] = 99 # this would be in the output, if exclude_unset weren't True
774
775 with self.Celery() as app:
776 check = Mock()

Callers 1

taskMethod · 0.85

Calls

no outgoing calls

Tested by 1

taskMethod · 0.68