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

Method getresult

Lib/tkinter/simpledialog.py:399–400  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

397 return entry
398
399 def getresult(self):
400 return self.entry.get()
401
402
403def askstring(title, prompt, **kw):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected