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

Function printout

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

Source from the content-addressed store, hash-verified

49
50# Print prompts in interactive mode only.
51def printout(*args):
52 if IsInteractive:
53 print(*args)
54
55def printerr(*args):
56 text = ""

Callers 3

runFunction · 0.90
parse_inputFunction · 0.90
tn-cli.pyFile · 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…