MCPcopy Index your code
hub / github.com/LionSec/katoolin / format

Function format

core/gear.py:234–237  ·  view source on GitHub ↗
(category)

Source from the content-addressed store, hash-verified

232 return num
233
234def format(category):
235 category = category.replace('_', ' ')
236 category = category.title()
237 return category

Callers 3

show_categoriesFunction · 0.85
load_categoryFunction · 0.85
search_toolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected