Skip to content
Snippets Groups Projects
Commit 12d7e9cc authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Added some empty docstrings in the vain hope that I'll fill them in.

parent df405c57
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,8 @@ import fsl.fslview.slicecanvas as slicecanvas ...@@ -16,6 +16,8 @@ import fsl.fslview.slicecanvas as slicecanvas
class LightBoxCanvas(slicecanvas.SliceCanvas): class LightBoxCanvas(slicecanvas.SliceCanvas):
"""
"""
def __init__(self, def __init__(self,
...@@ -26,6 +28,8 @@ class LightBoxCanvas(slicecanvas.SliceCanvas): ...@@ -26,6 +28,8 @@ class LightBoxCanvas(slicecanvas.SliceCanvas):
sliceSpacing=2, sliceSpacing=2,
ncols=20, ncols=20,
scrollbar=None): scrollbar=None):
"""
"""
if (scrollbar is not None) and (not scrollbar.IsVertical()): if (scrollbar is not None) and (not scrollbar.IsVertical()):
raise RuntimeError('LightBoxCanvas only supports ' raise RuntimeError('LightBoxCanvas only supports '
......
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