Check for Khoca

class sage.features.khoca.Khoca(*args, **kwds)[source]

Bases: PythonModule

A sage.features.Feature describing 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
sage.features.khoca.all_features()[source]