Feature for testing the presence of jupymake, the Python interface to polymake#

class sage.features.polymake.JuPyMake(*args, **kwds)[source]#

Bases: JoinFeature

A Feature describing 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.features.polymake import JuPyMake
JuPyMake().is_present()  # optional - jupymake
>>> from sage.all import *
>>> from sage.features.polymake import JuPyMake
>>> JuPyMake().is_present()  # optional - jupymake
FeatureTestResult('jupymake', True)
sage.features.polymake.all_features()[source]#