Features for testing the presence of Jmol¶
- class sage.features.jmol.JmolDataJar(*args, **kwds)[source]¶
Bases:
StaticFile
A
Feature
which 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