Feature for testing the presence of pynormaliz¶
- class sage.features.normaliz.PyNormaliz¶
Bases:
sage.features.join_feature.JoinFeatureA
Featuredescribing the presence of the Python packagePyNormaliz.EXAMPLES:
sage: from sage.features.normaliz import PyNormaliz sage: PyNormaliz().is_present() # optional - pynormaliz FeatureTestResult('pynormaliz', True)
- sage.features.normaliz.all_features()¶