Feature for testing the presence of sympow

class sage.features.sympow.Sympow(*args, **kwds)[source]

Bases: Executable

A Feature describing the presence of the sympow binary.

EXAMPLES:

sage: from sage.features.sympow import Sympow
sage: Sympow().is_present()                                # needs sympow
FeatureTestResult('sympow_executable', True)
>>> from sage.all import *
>>> from sage.features.sympow import Sympow
>>> Sympow().is_present()                                # needs sympow
FeatureTestResult('sympow_executable', True)
sage.features.sympow.all_features()[source]