utils.populate_magic_methods ============================ Back to :doc:`Module page <../modules/utils>` Summary ------- Decorator to populate magic methods for HDF5DatasetSubset, they enable us to interact with it like it's a numpy array when needed Signature --------- .. code-block:: python def populate_magic_methods(cls) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``cls`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text Decorator to populate magic methods for HDF5DatasetSubset, they enable us to interact with it like it's a numpy array when needed