Array proxy base class
The API is - at minimum:
You might also want to implement state_stamper
digraph inheritance6715031bb4 { rankdir=LR; ratio=compress; fontsize=14; size="6.0, 8.0"; "ArrayProxy" [shape=ellipse,URL="nibabel.arrayproxy.ArrayProxy.html#nibabel.arrayproxy.ArrayProxy",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=14,color=dodgerblue1,style=filled,tooltip="The array proxy allows us to freeze the passed fileobj and header such that",height=0.75]; }
Classes
ArrayProxy(file_like, header) | The array proxy allows us to freeze the passed fileobj and header such that it returns the expected data array. |