activate_features

pyvo.utils.prototype.activate_features(*feature_names: Iterable[str])[source]

Activate one or more prototype features.

Parameters
feature_names: Iterable[str]

An arbitrary number of feature names. If a feature with that name does not exist, a PrototypeWarning will be issued. If no arguments are provided, all features will be activated

Returns