MCPcopy
hub / github.com/elebumm/RedditVideoMakerBot / print_substep

Function print_substep

utils/console.py:33–35  ·  view source on GitHub ↗

Prints a rich colored info message without the panelling.

(text, style="")

Source from the content-addressed store, hash-verified

31
32
33def print_substep(text, style="") -> None:
34 """Prints a rich colored info message without the panelling."""
35 console.print(text, style=style)
36
37
38def handle_input(

Callers 13

mainFunction · 0.90
main.pyFile · 0.90
get_subreddit_undoneFunction · 0.90
name_normalizeFunction · 0.90
make_final_videoFunction · 0.90
get_background_configFunction · 0.90
chop_backgroundFunction · 0.90
runMethod · 0.90
process_textFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected