ID EN
Array

fromlist

Python 3.11

Append items from the list. This is equivalent to for x in list: a.append(x) except that if there is a type error, the array is unchanged.

Syntax

PYTHON
fromlist(list)