Feature for testing the presence of kenzo¶
- class sage.features.kenzo.Kenzo(*args, **kwds)[source]¶
- Bases: - Feature- A - Featuredescribing the presence of Kenzo.- EXAMPLES: - sage: from sage.features.kenzo import Kenzo sage: Kenzo().is_present() # optional - kenzo FeatureTestResult('kenzo', True) - >>> from sage.all import * >>> from sage.features.kenzo import Kenzo >>> Kenzo().is_present() # optional - kenzo FeatureTestResult('kenzo', True)