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)
from sage.features.kenzo import Kenzo
Kenzo().is_present()  # optional - kenzo
>>> from sage.all import *
>>> from sage.features.kenzo import Kenzo
>>> Kenzo().is_present()  # optional - kenzo
FeatureTestResult('kenzo', True)
sage.features.kenzo.all_features()[source]#