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

Function printerr

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

Source from the content-addressed store, hash-verified

53 print(*args)
54
55def printerr(*args):
56 text = ""
57 for a in args:
58 text = text + str(a) + " "
59 # Strip just the spaces here, don't strip the newline or tabs.
60 text = text.strip(" ")
61 if text:
62 sys.stderr.write(text + "\n")
63
64# Support for asynchronous input-output to/from stdin/stdout
65

Callers 3

read_cookieFunction · 0.90
runFunction · 0.90
stdinFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…