Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
80
run_lock = threading.Lock()
81
82
def
write_noln(text):
83
st.configure(state=
'normal'
)
84
st.insert(END, text)
85
st.configure(state=
'disabled'
)
86
st.yview(END)
87
88
def
write_ln():
89
write_noln(
'\n'
)
Callers
2
write_ln
Function · 0.85
write
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected