MCPcopy Index your code
hub / github.com/pyload/pyload / blue

Function blue

module/cli/printer.py:4–5  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

2# -*- coding: utf-8 -*-
3
4def blue(string):
5 return "\033[1;34m" + unicode(string) + "\033[0m"
6
7def green(string):
8 return "\033[1;32m" + unicode(string) + "\033[0m"

Callers 3

__init__Method · 0.85
refreshMethod · 0.85
renderHeaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected