Array

class Array(*args, **kwargs)
Constructors:

Array()

Fields

class Array
data

A pointer to the element data. The data may be moved as elements are added to the GArray.

len

The number of elements in the GArray not including the possible terminating zero element.