FrameBase ========= .. currentmodule:: baseband.base.frame .. autoclass:: FrameBase :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~FrameBase.data ~FrameBase.dtype ~FrameBase.fill_value ~FrameBase.nbytes ~FrameBase.ndim ~FrameBase.sample_shape ~FrameBase.shape ~FrameBase.size ~FrameBase.valid .. rubric:: Methods Summary .. autosummary:: ~FrameBase.fromdata ~FrameBase.fromfile ~FrameBase.keys ~FrameBase.tofile ~FrameBase.verify .. rubric:: Attributes Documentation .. autoattribute:: data .. autoattribute:: dtype .. autoattribute:: fill_value .. autoattribute:: nbytes .. autoattribute:: ndim .. autoattribute:: sample_shape .. autoattribute:: shape .. autoattribute:: size .. autoattribute:: valid .. rubric:: Methods Documentation .. automethod:: fromdata .. automethod:: fromfile .. automethod:: keys .. automethod:: tofile .. automethod:: verify