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

Method print_heading

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

Source from the content-addressed store, hash-verified

112 return f"{left}{infill*ljust} {text} {infill*rjust}{right}"
113
114 def print_heading(self, *args, **kwargs):
115 secho(self.generate_heading(*args, **kwargs), file=self.fd, color=TTY_COLORS)
116
117 def align(self, line, pos=-1, left="\u2502 ", right=" \u2502", width=None):
118 if width is None:

Callers 5

output_tableMethod · 0.95
output_diffMethod · 0.95
pprintMethod · 0.95
_format_detectionMethod · 0.80
outputMethod · 0.80

Calls 1

generate_headingMethod · 0.95

Tested by

no test coverage detected