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 367d61f commit f23ed64Copy full SHA for f23ed64
astrowidgets/interface_definition.py
@@ -16,7 +16,7 @@
16
17
@runtime_checkable
18
class ImageViewerInterface(Protocol):
19
- # This are attributes, not methods. The type annotations are there
+ # These are attributes, not methods. The type annotations are there
20
# to make sure Protocol knows they are attributes. Python does not
21
# do any checking at all of these types.
22
click_center: bool
@@ -25,6 +25,10 @@ class ImageViewerInterface(Protocol):
25
image_width: int
26
image_height: int
27
zoom_level: float
28
+ is_marking: bool
29
+ stretch_options: tuple
30
+ autocut_options: tuple
31
+ cursor: str
32
marker: Any
33
cuts: Any
34
stretch: str
0 commit comments