Check for Khoca¶
- class sage.features.khoca.Khoca(*args, **kwds)[source]¶
Bases:
PythonModuleA
sage.features.Featuredescribing the presence of Khoca.Khoca is provided by an optional package in the Sage distribution.
EXAMPLES:
sage: from sage.features.khoca import Khoca sage: Khoca().is_present() # optional - khoca FeatureTestResult('khoca', True)
>>> from sage.all import * >>> from sage.features.khoca import Khoca >>> Khoca().is_present() # optional - khoca FeatureTestResult('khoca', True)
from sage.features.khoca import Khoca Khoca().is_present() # optional - khoca