Check for GAP features¶
-
class
sage.features.gap.GapPackage(package, **kwds)¶ Bases:
sage.features.FeatureA feature describing the presence of a GAP package.
EXAMPLES:
sage: from sage.features.gap import GapPackage sage: GapPackage("grape", spkg="gap_packages") Feature('GAP package grape')