Enumeration of all defined features#

sage.features.all.all_features()#

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')...]