MCPcopy Create free account
hub / github.com/MorvanZhou/tutorials / insert_end

Function insert_end

tkinterTUT/tk3_entry_text.py:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 var = e.get()
17 t.insert('insert', var)
18def insert_end():
19 var = e.get()
20 # t.insert('end', var)
21 t.insert(2.2, var)
22
23b1 = tk.Button(window, text='insert point', width=15,
24 height=2, command=insert_point)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected