Features for testing the presence of mcqd#
- class sage.features.mcqd.Mcqd(*args, **kwds)#
Bases:
JoinFeatureA
Featuredescribing the presence ofmcqdEXAMPLES:
sage: from sage.features.mcqd import Mcqd sage: Mcqd().is_present() # optional - mcqd FeatureTestResult('mcqd', True)
- sage.features.mcqd.all_features()#