Features for testing the presence of mcqd#
- class sage.features.mcqd.Mcqd(*args, **kwds)[source]#
Bases:
JoinFeatureA
Featuredescribing the presence of themcqdmodule, which is the SageMath interface to the mcqd libraryEXAMPLES:
sage: from sage.features.mcqd import Mcqd sage: Mcqd().is_present() # optional - mcqd FeatureTestResult('mcqd', True)
from sage.features.mcqd import Mcqd Mcqd().is_present() # optional - mcqd
>>> from sage.all import * >>> from sage.features.mcqd import Mcqd >>> Mcqd().is_present() # optional - mcqd FeatureTestResult('mcqd', True)