Feature for testing the presence of LiE

class sage.features.lie.LiE(*args, **kwds)[source]

Bases: Executable

A Feature describing 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()
sage.features.lie.all_features()[source]