MCPcopy 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
45def wrap(name):
46 return "\n".join(textwrap.wrap(name, 60))
47

Callers 4

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected