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

Method print_bottom_separator

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

Source from the content-addressed store, hash-verified

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)
104
105 def generate_heading(self, text, left="\u251C", right="\u2524", infill="\u2591", width=None):
106 if width is None:

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