Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ _print_section
Function
_print_section
scripts/run_skill_smoke.py:86–88 ·
view source on GitHub ↗
(title: str)
Source
from the content-addressed store, hash-verified
84
85
86
def
_print_section(title: str) -> None:
87
bar =
"="
* 72
88
print(f
"\n{bar}\n{title}\n{bar}"
)
89
90
91
def
_print_listing(project: Path) -> None:
Callers
2
_print_listing
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected