MCPcopy
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
70def 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
77print(

Callers 15

mainFunction · 0.70
partyfuse2.pyFile · 0.70
threadless_logFunction · 0.70
boring_logFunction · 0.70
fancy_logFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70
partyfuse.pyFile · 0.70
threadless_logFunction · 0.70
fancy_logFunction · 0.70
printerMethod · 0.70
mainFunction · 0.70

Calls 1

termsafeFunction · 0.70

Tested by 15

print_msgsMethod · 0.40
mainFunction · 0.40
__init__Method · 0.40
await_idleMethod · 0.40
logMethod · 0.40
logMethod · 0.40
do_postMethod · 0.40
do_post_hsMethod · 0.40
logMethod · 0.40
testMethod · 0.40
do_mvMethod · 0.40
do_postMethod · 0.40