MCPcopy Index your code
hub / github.com/python/cpython / body

Method body

Lib/tkinter/simpledialog.py:159–166  ·  view source on GitHub ↗

create dialog body. return widget that should have initial focus. This method should be overridden, and is called by the __init__ method.

(self, master)

Source from the content-addressed store, hash-verified

157 # construction hooks
158
159 def body(self, master):
160 '''create dialog body.
161
162 return widget that should have initial focus.
163 This method should be overridden, and is called
164 by the __init__ method.
165 '''
166 pass
167
168 def buttonbox(self):
169 '''add standard button box.

Callers 2

__init__Method · 0.95
bodyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected