MCPcopy
hub / github.com/dunnousername/yanderifier / write_noln

Function write_noln

yanderify/yanderify.py:82–86  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

80run_lock = threading.Lock()
81
82def write_noln(text):
83 st.configure(state='normal')
84 st.insert(END, text)
85 st.configure(state='disabled')
86 st.yview(END)
87
88def write_ln():
89 write_noln('\n')

Callers 2

write_lnFunction · 0.85
writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected