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

Method body

Lib/tkinter/simpledialog.py:393–397  ·  view source on GitHub ↗
(self, master)

Source from the content-addressed store, hash-verified

391 _QueryDialog.__init__(self, *args, **kw)
392
393 def body(self, master):
394 entry = _QueryDialog.body(self, master)
395 if self.__show is not None:
396 entry.configure(show=self.__show)
397 return entry
398
399 def getresult(self):
400 return self.entry.get()

Callers

nothing calls this directly

Calls 2

bodyMethod · 0.45
configureMethod · 0.45

Tested by

no test coverage detected