class documentation

class _ArrayMemoryError(MemoryError):

View In Hierarchy

Thrown when an array cannot be allocated
Static Method ​_size​_to​_string Convert a number of bytes into a binary size string
Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable dtype Undocumented
Instance Variable shape Undocumented
Property ​_total​_size Undocumented
@staticmethod
def _size_to_string(num_bytes):
Convert a number of bytes into a binary size string
def __init__(self, shape, dtype):

Undocumented

def __str__(self):

Undocumented

dtype =

Undocumented

shape =

Undocumented

@property
_total_size =

Undocumented