Feature for testing the presence of meataxe#

class sage.features.meataxe.Meataxe(*args, **kwds)[source]#

Bases: JoinFeature

A Feature describing the presence of the Sage modules that depend on the meataxe library.

EXAMPLES:

sage: from sage.features.meataxe import Meataxe
sage: Meataxe().is_present()  # optional - meataxe
FeatureTestResult('meataxe', True)
from sage.features.meataxe import Meataxe
Meataxe().is_present()  # optional - meataxe
>>> from sage.all import *
>>> from sage.features.meataxe import Meataxe
>>> Meataxe().is_present()  # optional - meataxe
FeatureTestResult('meataxe', True)
sage.features.meataxe.all_features()[source]#