MCPcopy Create free account
hub / github.com/cztomczak/cefpython / OnSetFocus

Method OnSetFocus

examples/qt.py:347–349  ·  view source on GitHub ↗
(self, **_)

Source from the content-addressed store, hash-verified

345 print("[qt.py] FocusHandler.OnTakeFocus")
346
347 def OnSetFocus(self, **_):
348 if cef.GetAppSetting("debug"):
349 print("[qt.py] FocusHandler.OnSetFocus")
350
351 def OnGotFocus(self, browser, **_):
352 if cef.GetAppSetting("debug"):

Callers 2

test_mainMethod · 0.45
focusInEventMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_mainMethod · 0.36