Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EarlhamInst/KAT
/ wrap
Function
wrap
scripts/kat/plot/misc.py:45–46 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
43
return
filename +
"."
+ types[0]
44
45
def
wrap(name):
46
return
"\n"
.join(textwrap.wrap(name, 60))
47
Callers
4
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected