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