Skip to content

Commit 015013c

Browse files
committed
widgets.pyi: Add missing RadioButtons.index_selected type hint
1 parent ebf9b14 commit 015013c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/widgets.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ class TextBox(AxesWidget):
202202
class RadioButtons(AxesWidget):
203203
activecolor: ColorType
204204
value_selected: str
205+
index_selected: int
205206
labels: list[Text]
206207
def __init__(
207208
self,

0 commit comments

Comments
 (0)