Arguments

key
str
required

The key of the list.

start
int
required

The index of the first element to keep.

stop
int
required

The index of the first element to keep.

Response

Returns True if the list was trimmed, False otherwise.