MCPcopy Index your code
hub / github.com/RustPython/RustPython / body

Method body

Lib/tkinter/simpledialog.py:156–163  ·  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

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

Callers 2

__init__Method · 0.95
bodyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected