MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / print_top_separator

Method print_top_separator

aura/output/text.py:99–100  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

97 self.print_separator(left="\u255E", sep="\u2550", right="\u2561")
98
99 def print_top_separator(self, **kwargs):
100 self.print_separator(left="\u2552", sep="\u2550", right="\u2555", **kwargs)
101
102 def print_bottom_separator(self, **kwargs):
103 self.print_separator(left="\u2558", sep="\u2550", right="\u255B", **kwargs)

Callers 6

print_tablesMethod · 0.95
output_tableMethod · 0.95
output_info_dataMethod · 0.95
pprintMethod · 0.95
_format_detectionMethod · 0.80
outputMethod · 0.80

Calls 1

print_separatorMethod · 0.95

Tested by

no test coverage detected