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 - PrototypeWarningwill be issued. If no arguments are provided, all features will be activated
 
- Returns: