Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
51
def
printout(*args):
52
if
IsInteractive:
53
print(*args)
54
55
def
printerr(*args):
56
text =
""
Callers
3
run
Function · 0.90
parse_input
Function · 0.90
tn-cli.py
File · 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…