Python3Script Xojo Plugin

Python3List.Extend Method (console safe)

Extends the list with the contents of iterable

Extend(
   items as IPython3Iterable)

Parameters

items
Python3Iterable to add to the list.

Remarks

Iterable can for example be Python3Parameters (Tuple), Python3List, or Python3Dictionary.

See Also

Python3List Class