Feature for testing the presence of info
, from GNU Info¶
- class sage.features.info.Info(*args, **kwds)[source]¶
Bases:
Executable
A
Feature
describing the presence of info.EXAMPLES:
sage: from sage.features.info import Info sage: Info() Feature('info')
>>> from sage.all import * >>> from sage.features.info import Info >>> Info() Feature('info')