Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/tkinter/commondialog.py:20–24 ·
view source on GitHub ↗
(self, master=None, **options)
Source
from the content-addressed store, hash-verified
18
command = None
19
20
def
__init__(self, master=None, **options):
21
if
master is None:
22
master = options.get(
'parent'
)
23
self.master = master
24
self.options = options
25
26
def
_fixoptions(self):
27
pass
# hook
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected