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 f61eb42 commit bdaac36Copy full SHA for bdaac36
1 file changed
Lib/idlelib/ScrolledList.py
@@ -1,7 +1,7 @@
1
from Tkinter import *
2
3
class ScrolledList:
4
-
+
5
default = "(None)"
6
7
def __init__(self, master, **options):
0 commit comments