Feature for testing the presence of kenzo¶
- class sage.features.kenzo.Kenzo¶
Bases:
sage.features.FeatureA
Featuredescribing the presence ofKenzo.EXAMPLES:
sage: from sage.features.kenzo import Kenzo sage: Kenzo().is_present() # optional - kenzo FeatureTestResult('kenzo', True)
- sage.features.kenzo.all_features()¶