remove method

remove

Removes the specified token(s) from the list.

def remove(self, tokens):
    ...
ParameterTypeDescription
tokenslistRepresents the token(s) you want to remove from the list.

See Also