MCPcopy Index your code
hub / github.com/masterking32/MasterHttpRelayVPN / dim

Function dim

setup.py:37–37  ·  view source on GitHub ↗
(t: str)

Source from the content-addressed store, hash-verified

35def yellow(t: str) -> str: return _c("33", t)
36def red(t: str) -> str: return _c("31", t)
37def dim(t: str) -> str: return _c("2", t)
38
39
40def prompt(question: str, default: str | None = None) -> str:

Callers 5

promptFunction · 0.85
configure_apps_scriptFunction · 0.85
configure_networkFunction · 0.85
mainFunction · 0.85
setup.pyFile · 0.85

Calls 1

_cFunction · 0.85

Tested by

no test coverage detected