MCPcopy 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

421class Tabs(tk.Frame):
422
423 def __init__(self):
424 tk.Frame.__init__(self)
425 # TODO: implement tabs
426
427
428if __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