MCPcopy Index your code
hub / github.com/google/python-fire / _CreateOutputSection

Function _CreateOutputSection

fire/helptext.py:414–416  ·  view source on GitHub ↗
(name: str, content: str)

Source from the content-addressed store, hash-verified

412
413
414def _CreateOutputSection(name: str, content: str) -> str:
415 return f"""{formatting.Bold(name)}
416{formatting.Indent(content, SECTION_INDENTATION)}"""
417
418
419def _CreateArgItem(arg, docstring_info, spec):

Callers 1

HelpTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected