Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/9001/copyparty
/ print
Function
print
bin/partyfuse.py:70–74 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
68
69
70
def
print(*args, **kwargs):
71
try
:
72
builtins.print(*list(args), **kwargs)
73
except
:
74
builtins.print(termsafe(
" "
.join(str(x)
for
x in args)), **kwargs)
75
76
77
print(
Callers
15
main
Function · 0.70
partyfuse2.py
File · 0.70
threadless_log
Function · 0.70
boring_log
Function · 0.70
fancy_log
Function · 0.70
main
Function · 0.70
main
Function · 0.70
partyfuse.py
File · 0.70
threadless_log
Function · 0.70
fancy_log
Function · 0.70
printer
Method · 0.70
main
Function · 0.70
Calls
1
termsafe
Function · 0.70
Tested by
15
print_msgs
Method · 0.40
main
Function · 0.40
__init__
Method · 0.40
await_idle
Method · 0.40
log
Method · 0.40
log
Method · 0.40
do_post
Method · 0.40
do_post_hs
Method · 0.40
log
Method · 0.40
test
Method · 0.40
do_mv
Method · 0.40
do_post
Method · 0.40