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

Function change

Lib/idlelib/statusbar.py:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 msb.pack(side='bottom', fill='x')
37
38 def change():
39 msb.set_label("one", "foo")
40 msb.set_label("two", "bar")
41
42 button = Button(top, text="Update status", command=change)
43 button.pack(side='bottom')

Callers

nothing calls this directly

Calls 1

set_labelMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…