We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a961a commit 5e73df7Copy full SHA for 5e73df7
astrowidgets/interface_definition.py
@@ -31,10 +31,10 @@ class ImageViewerInterface(Protocol):
31
# viewer: Any
32
33
# Allowed locations for cursor display
34
- ALLOWED_CURSOR_LOCATIONS = ('top', 'bottom', None)
+ ALLOWED_CURSOR_LOCATIONS : tuple = ALLOWED_CURSOR_LOCATIONS
35
36
# List of marker names that are for internal use only
37
- RESERVED_MARKER_SET_NAMES = ('all', )
+ RESERVED_MARKER_SET_NAMES : tuple = RESERVED_MARKER_SET_NAMES
38
39
# The methods, grouped loosely by purpose
40
0 commit comments