Features for testing the presence of mcqd

class sage.features.mcqd.Mcqd(*args, **kwds)[source]

Bases: BuildFeature

A Feature describing the presence of the mcqd module, which is the SageMath interface to the mcqd library

EXAMPLES:

sage: from sage.features.mcqd import Mcqd
sage: Mcqd().is_present()  # needs mcqd
FeatureTestResult('mcqd', True)
is_present_at_runtime()[source]
sage.features.mcqd.all_features()[source]