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

Class Button2

Lib/test/test_tkinter/test_misc.py:36–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35 def test_generated_names(self):
36 class Button2(tkinter.Button):
37 pass
38
39 t = tkinter.Toplevel(self.root)
40 f = tkinter.Frame(t)

Callers 1

test_generated_namesMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_generated_namesMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…