MCPcopy Create free account
hub / github.com/Coooolfan/onlyboxes / step

Function step

scripts/install.py:173–174  ·  view source on GitHub ↗
(number: int, title: str)

Source from the content-addressed store, hash-verified

171
172
173def step(number: int, title: str) -> None:
174 print(f"\n{_c('36', '●')} Step {number}: {_c('1', title)}")
175
176
177def generate_password(length: int = 24) -> str:

Callers 1

nextMethod · 0.85

Calls 1

_cFunction · 0.85

Tested by

no test coverage detected