Feature for testing the presence of jmol¶
- class sage.features.jmol.JmolDataJar(*args, **kwds)[source]¶
Bases:
StaticFileA
Featurewhich describes the presence of JmolData.jar in a few standard locations.EXAMPLES:
sage: from sage.features.jmol import JmolDataJar sage: bool(JmolDataJar().is_present()) # needs jmol True
>>> from sage.all import * >>> from sage.features.jmol import JmolDataJar >>> bool(JmolDataJar().is_present()) # needs jmol True
from sage.features.jmol import JmolDataJar bool(JmolDataJar().is_present()) # needs jmol