MCPcopy Create free account
hub / github.com/defold/defold / red

Function red

scripts/releasenotes_github_projectv2.py:219–219  ·  view source on GitHub ↗
(s, **kwargs)

Source from the content-addressed store, hash-verified

217 print(json.dumps(d, indent=4, sort_keys=True))
218
219def red(s, **kwargs): print("\033[31m{}\033[00m" .format(s), **kwargs)
220def green(s, **kwargs): print("\033[32m{}\033[00m" .format(s), **kwargs)
221def yellow(s, **kwargs): print("\033[33m{}\033[00m" .format(s), **kwargs)
222

Callers 2

get_commit_branchesFunction · 0.85
check_issue_commitsFunction · 0.85

Calls 2

formatMethod · 0.65
printFunction · 0.50

Tested by

no test coverage detected