Skip to content
Snippets Groups Projects
Commit da579bd8 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

DOC: clarification

parent 777ce9a5
No related branches found
No related tags found
No related merge requests found
......@@ -381,7 +381,8 @@ class ImageWrapper(notifier.Notifier):
"""Forces all of the image data to be loaded into memory.
.. note:: This method will be called by :meth:`__init__` if its
``loadData`` parameter is ``True``.
``loadData`` parameter is ``True``. It will also be called
on all write operations (see :meth:`__setitem__`).
"""
if self.__data is None:
self.__data = np.asanyarray(self.__image.dataobj)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment