MCPcopy Create free account
hub / github.com/ActiveState/code / Tk

Class Tk

recipes/Python/577635_Directory_Pruner_3/recipe-577635.py:1522–1522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1520# Provide thread-safe classes to be used from tkinter.
1521
1522class Tk(_ThreadSafe): BASE = tkinter.Tk
1523class Frame(_ThreadSafe): BASE = tkinter.ttk.Frame
1524class Button(_ThreadSafe): BASE = tkinter.ttk.Button
1525class Entry(_ThreadSafe): BASE = tkinter.ttk.Entry

Callers 15

recipe-580714.pyFile · 0.50
recipe-580775.pyFile · 0.50
initialiseFunction · 0.50
recipe-578062.pyFile · 0.50
mainFunction · 0.50
recipe-580671.pyFile · 0.50
build_graphFunction · 0.50
recipe-578253.pyFile · 0.50
recipe-580728.pyFile · 0.50
recipe-580785.pyFile · 0.50
build_graphFunction · 0.50
recipe-580783.pyFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected