Feature for testing the presence of lcalc¶
- class sage.features.lcalc.lcalc(*args, **kwds)[source]¶
Bases:
ExecutableA
Featuredescribing the presence of lcalc.EXAMPLES:
sage: from sage.features.lcalc import lcalc sage: lcalc().is_present() # needs lcalc FeatureTestResult('lcalc_executable', True)
>>> from sage.all import * >>> from sage.features.lcalc import lcalc >>> lcalc().is_present() # needs lcalc FeatureTestResult('lcalc_executable', True)
from sage.features.lcalc import lcalc lcalc().is_present() # needs lcalc