Feature for testing the presence of LiE¶
- class sage.features.lie.LiE(*args, **kwds)[source]¶
Bases:
ExecutableA
Featuredescribing the presence of LiE.EXAMPLES:
sage: from sage.features.lie import LiE sage: LiE() Feature('lie')
>>> from sage.all import * >>> from sage.features.lie import LiE >>> LiE() Feature('lie')
from sage.features.lie import LiE LiE()