MCPcopy
hub / github.com/HKUDS/DeepCode / print_separator

Method print_separator

cli/cli_interface.py:160–162  ·  view source on GitHub ↗

Print a styled separator line

(self, char="═", length=79, color=Colors.CYAN)

Source from the content-addressed store, hash-verified

158 print(banner)
159
160 def print_separator(self, char="═", length=79, color=Colors.CYAN):
161 """Print a styled separator line"""
162 print(f"{color}{char * length}{Colors.ENDC}")
163
164 def print_status(self, message: str, status_type: str = "info"):
165 """Print status message with appropriate styling"""

Callers 13

_get_manual_file_pathMethod · 0.95
get_url_inputMethod · 0.95
get_chat_inputMethod · 0.95
ask_continueMethod · 0.95
show_historyMethod · 0.95
process_inputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected