atoti.experimental(Create a context allowing to use the experimental features with the passed keys.
feature_keys: Set[str] | Callable[[set[str]], Set[str]],
/,
) → Generator[None, None, None]
Parameters
feature_keys
The keys of the experimental features allowed to be used inside the context. If aCallable is passed, it will be called with the keys of all the experimental features and it must return the keys to allow.
By default, calling an experimental function/method raises an error: