subscript property

subscript property

Specifies a subscript argument that, for example, in the case of an integral, sets the lower limit

Definition:

@property
def subscript(self):
    ...

See Also