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