class documentation

class DummyArray:

View In Hierarchy

Dummy object that just exists to hang __array_interface__ dictionaries and possibly keep alive a reference to a base array.
Method __init__ Undocumented
Instance Variable __array​_interface__ Undocumented
Instance Variable base Undocumented
def __init__(self, interface, base=None):

Undocumented

__array_interface__ =

Undocumented

base =

Undocumented