Features for testing the presence of sirocco¶
- class sage.features.sirocco.Sirocco(*args, **kwds)[source]¶
Bases:
JoinFeatureA
Featurewhich describes whether thesage.libs.siroccomodule is available in this installation of Sage.EXAMPLES:
sage: from sage.features.sirocco import Sirocco sage: Sirocco().require() # optional - sirocco
>>> from sage.all import * >>> from sage.features.sirocco import Sirocco >>> Sirocco().require() # optional - sirocco