Thanks to visit codestin.com Credit goes to github.com
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 38cf49b commit 5ae70f6Copy full SHA for 5ae70f6
Lib/idlelib/idle_test/htest.py
@@ -296,16 +296,6 @@ def _wrapper(parent): # htest #
296
"Check that exc_value, exc_tb, and exc_type are correct.\n"
297
}
298
299
-_tabbed_pages_spec = {
300
- 'file': 'tabbedpages',
301
- 'kwds': {},
302
- 'msg': "Toggle between the two tabs 'foo' and 'bar'\n"
303
- "Add a tab by entering a suitable name for it.\n"
304
- "Remove an existing tab by entering its name.\n"
305
- "Remove all existing tabs.\n"
306
- "<nothing> is an invalid add page and remove page name.\n"
307
- }
308
-
309
_tooltip_spec = {
310
'file': 'tooltip',
311
'kwds': {},
0 commit comments