l property

l property

Gets or sets the L component.

Definition:

@property
def l(self):
    ...
@l.setter
def l(self, value):
    ...

See Also