Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/diffgram/diffgram
/ printcolor
Method
printcolor
install.py:49–50 ·
view source on GitHub ↗
(string, color)
Source
from the content-addressed store, hash-verified
47
48
@staticmethod
49
def
printcolor(string, color):
50
print(color + string + bcolors.ENDC)
51
52
@staticmethod
53
def
inputcolor(string, color =
'\033[96m'
):
Callers
9
set_gcp_credentials
Method · 0.80
validate_azure_connection
Method · 0.80
validate_gcp_connection
Method · 0.80
validate_s3_connection
Method · 0.80
set_minio_credentials
Method · 0.80
set_s3_credentials
Method · 0.80
populate_env
Method · 0.80
database_config
Method · 0.80
install
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected