prefect.concurrency.context
Classes
ConcurrencyContext
Methods:
get
model_copy
include: Fields to include in new model.exclude: Fields to exclude from new model, as with values this takes precedence over include.update: Values to change/add in the new model. Note: the data is not validated before creating the new model - you should trust this data.deep: Set toTrueto make a deep copy of the model.
- A new model instance.