MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / print_thick_separator

Method print_thick_separator

aura/output/text.py:96–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

94 secho(f"{left}{sep*(width-2)}{right}", file=self.fd, color=TTY_COLORS)
95
96 def print_thick_separator(self):
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)

Callers 2

print_tablesMethod · 0.95
outputMethod · 0.80

Calls 1

print_separatorMethod · 0.95

Tested by

no test coverage detected