11.1.6.7.1. numpy.lib.user_array.container

class numpy.lib.user_array.container(data, dtype=None, copy=True)[source]

Standard container-class for easy multiple-inheritance.

Methods

copy  
tostring  
byteswap  
astype  
__init__(data, dtype=None, copy=True)[source]

Methods

__init__(data[, dtype, copy])
astype(typecode)
byteswap()
copy()
tostring()