MCPcopy Create free account
hub / github.com/ActiveState/code / focus

Method focus

recipes/Python/580729_Metro_UI_Tkinter/recipe-580729.py:392–393  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

390 self.entry_var.set("")
391
392 def focus(self):
393 self.entry.focus()
394
395 def _execute_command(self):
396 text = self.get_text()

Callers 15

recipe-577101.jsFile · 0.45
toggleOnFunction · 0.45
recipe-577378.jsFile · 0.45
recipe-577417.jsFile · 0.45
recipe-577247.jsFile · 0.45
recipe-577246.jsFile · 0.45
recipe-577418.jsFile · 0.45
smart_set_focusFunction · 0.45
do_youtubeFunction · 0.45
recipe-577100.jsFile · 0.45
testFunction · 0.45
recipe-580785.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected