Feature for testing the presence of meataxe¶
- class sage.features.meataxe.Meataxe(*args, **kwds)[source]¶
Bases:
BuildFeatureA
Featuredescribing the presence of the Sage modules that depend on the meataxe library.EXAMPLES:
sage: from sage.features.meataxe import Meataxe sage: Meataxe().is_present() # needs meataxe FeatureTestResult('meataxe', True)