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

Method ansi_length

aura/output/text.py:87–88  ·  view source on GitHub ↗
(cls, line:str)

Source from the content-addressed store, hash-verified

85
86 @classmethod
87 def ansi_length(cls, line:str):
88 return len(cls.ANSI_RE.sub("", line))
89
90 def print_separator(self, sep="\u2504", left="\u251C", right="\u2524", width=None):
91 if width is None:

Callers 2

generate_headingMethod · 0.95
_align_textMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected