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

Function write

yanderify/yanderify.py:91–93  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

89 write_noln('\n')
90
91def write(text):
92 write_noln(text)
93 write_ln()
94
95def video_in_cb():
96 global video_in_path

Callers 6

video_in_cbFunction · 0.85
image_in_cbFunction · 0.85
video_out_cbFunction · 0.85
startFunction · 0.85
create_widgetsMethod · 0.85
process_queueMethod · 0.85

Calls 2

write_nolnFunction · 0.85
write_lnFunction · 0.85

Tested by

no test coverage detected