Features for testing the presence of latte_int
#
- class sage.features.latte.Latte(*args, **kwds)#
Bases:
JoinFeature
A
Feature
describing the presence of theLattE
binaries which comes as a part oflatte_int
.EXAMPLES:
sage: from sage.features.latte import Latte sage: Latte().is_present() # optional - latte_int FeatureTestResult('latte_int', True)
- class sage.features.latte.Latte_count(*args, **kwds)#
Bases:
Executable
Feature for the executable
count
from the LattE suite.
- class sage.features.latte.Latte_integrate(*args, **kwds)#
Bases:
Executable
Feature for the executable
integrate
from the LattE suite.
- sage.features.latte.all_features()#