Memory Errors#

exception pyhmmer.errors.AllocationError(MemoryError)#

A memory error that is caused by an unsuccessful allocation.

__init__(self, ctype, itemsize, count=1)#