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