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