MCPcopy Create free account
hub / github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI / printt

Function printt

gui_v1.py:18–22  ·  view source on GitHub ↗
(strr, *args)

Source from the content-addressed store, hash-verified

16
17
18def printt(strr, *args):
19 if len(args) == 0:
20 print(strr)
21 else:
22 print(strr % args)
23
24
25class Harvest(multiprocessing.Process):

Callers 4

event_handlerMethod · 0.70
soundinputMethod · 0.70
audio_callbackMethod · 0.70
set_devicesMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected