File tree Expand file tree Collapse file tree
@tests/stubtest_allowlists Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,13 +17,6 @@ turtledemo
1717turtledemo\..+
1818
1919
20- # ======================================================================
21- # TODO: Module members that exist at runtime, but are missing from stubs
22- # ======================================================================
23-
24- tkinter.Misc.config
25-
26-
2720# ======================================================================
2821# Modules that exist at runtime, but are deliberately missing from stubs
2922# ======================================================================
Original file line number Diff line number Diff line change @@ -679,8 +679,7 @@ class Misc:
679679 def __getitem__ (self , key : str ) -> Any : ...
680680 def cget (self , key : str ) -> Any : ...
681681 def configure (self , cnf : Any = None ) -> Any : ...
682- # TODO: config is an alias of configure, but adding that here creates
683- # conflict with the type of config in the subclasses. See #13149
682+ config = configure
684683
685684class CallWrapper :
686685 func : Incomplete
You can’t perform that action at this time.
0 commit comments