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

Method getresult

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

Source from the content-addressed store, hash-verified

394 return entry
395
396 def getresult(self):
397 return self.entry.get()
398
399
400def askstring(title, prompt, **kw):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected