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

Function green

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

Source from the content-addressed store, hash-verified

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
223def _print_errors(response):

Callers 2

parse_github_projectFunction · 0.85
check_issue_commitsFunction · 0.85

Calls 2

formatMethod · 0.65
printFunction · 0.50

Tested by

no test coverage detected