Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ __init__
Method
__init__
examples/tkinter_.py:423–425 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
421
class
Tabs(tk.Frame):
422
423
def
__init__(self):
424
tk.Frame.__init__(self)
425
# TODO: implement tabs
426
427
428
if
__name__ ==
'__main__'
:
Callers
3
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected