Return an iterable of all features.
EXAMPLES:
sage: from sage.features.all import all_features sage: sorted(all_features(), key=lambda f: f.name) # random [...Feature('sage.combinat')...]
Join features
Features for testing the presence of Python modules in the Sage library