MCPcopy
hub / github.com/tinode/chat / stdoutln

Function stdoutln

tn-cli/tn_globals.py:77–79  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

75
76# Stdoutln asynchronously writes to sys.stdout and adds a new line to input.
77def stdoutln(*args):
78 args = args + ("\n",)
79 stdout(*args)
80
81# Shorten long strings for logging.
82def clip_long_string(obj):

Callers 15

handle_ctrlFunction · 0.90
handle_loginFunction · 0.90
save_cookieFunction · 0.90
gen_messageFunction · 0.90
runFunction · 0.90
setMsgFunction · 0.90
delMsgFunction · 0.90
uploadFunction · 0.90
iter_fileFunction · 0.90
fileUploadFunction · 0.90
fileDownloadFunction · 0.90
serialize_cmdFunction · 0.90

Calls 1

stdoutFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…