Feature for testing the presence of the Python interface to polymake#
- class sage.features.polymake.JuPyMake(*args, **kwds)#
Bases:
JoinFeature
A
Feature
describing the presence of theJuPyMake
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)
- sage.features.polymake.all_features()#