to_array method

to_array()

Copies all sections from the collection to a new array of sections.

def to_array(self):
    ...

Returns

An array of sections.

See Also