MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/tkinter/ttk.py:351–354  ·  view source on GitHub ↗
(self, master=None)

Source from the content-addressed store, hash-verified

349 _name = "ttk::style"
350
351 def __init__(self, master=None):
352 master = setup_master(master)
353 self.master = master
354 self.tk = self.master.tk
355
356
357 def configure(self, style, query_opt=None, **kw):

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

setup_masterFunction · 0.85

Tested by

no test coverage detected