MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / show_frame

Method show_frame

projects/Tkinter/1.py:39–42  ·  view source on GitHub ↗
(self, cont)

Source from the content-addressed store, hash-verified

37 # to display the current frame passed as
38 # parameter
39 def show_frame(self, cont):
40 frame = self.frames[cont]
41 frame["bg"] = "sea green"
42 frame.tkraise()
43
44
45# Student and College authority categorization

Callers 5

__init__Method · 0.95
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected