class documentation

class DummyArray: (source)

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): (source)

Undocumented

__array_interface__ = (source)

Undocumented

Undocumented