exception documentation

class _ArrayMemoryError(MemoryError): (source)

View In Hierarchy

Thrown when an array cannot be allocated

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable dtype Undocumented
Instance Variable shape Undocumented
Static Method _size_to_string Convert a number of bytes into a binary size string
Property _total_size Undocumented
def __init__(self, shape, dtype): (source)

Undocumented

def __str__(self): (source)

Undocumented

Undocumented

Undocumented

@staticmethod
def _size_to_string(num_bytes): (source)

Convert a number of bytes into a binary size string

@property
_total_size = (source)

Undocumented