add method

add

Adds the specified token(s) to the list.

def add(self, tokens):
    ...
ParameterTypeDescription
tokenslistRepresenting the token (or tokens) to add to the tokenList.

See Also