Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ _InitEventHandlers
Method
_InitEventHandlers
src/cefpython3.wx/chromectrl.py:97–98 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
95
self.Fit()
96
97
def
_InitEventHandlers(self):
98
self.backBtn.Bind(wx.EVT_CONTEXT_MENU, self.OnButtonContext)
99
100
def
__del__(self):
101
self.historyPopup.Destroy()
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected