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

Class Entry

Lib/idlelib/idle_test/mock_tk.py:304–307  ·  view source on GitHub ↗

Mock for tkinter.Entry.

Source from the content-addressed store, hash-verified

302
303
304class Entry:
305 "Mock for tkinter.Entry."
306 def focus_set(self):
307 pass

Callers 2

load_dictMethod · 0.50
editMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…