Feature for testing the presence of jupymake, the Python interface to polymake¶
- class sage.features.polymake.JuPyMake(*args, **kwds)[source]¶
- Bases: - JoinFeature- A - Featuredescribing the presence of the JuPyMake module, a Python interface to the polymake library.- EXAMPLES: - sage: from sage.features.polymake import JuPyMake sage: JuPyMake().is_present() # optional - jupymake FeatureTestResult('jupymake', True) - >>> from sage.all import * >>> from sage.features.polymake import JuPyMake >>> JuPyMake().is_present() # optional - jupymake FeatureTestResult('jupymake', True)