Features for testing the presence of GAP packages# class sage.features.gap.GapPackage(*args, **kwds)# Bases: Feature A 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')