Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/diffgram/diffgram
/ inputcolor
Method
inputcolor
install.py:53–55 ·
view source on GitHub ↗
(string, color = '\033[96m')
Source
from the content-addressed store, hash-verified
51
52
@staticmethod
53
def
inputcolor(string, color =
'\033[96m'
):
54
val = input(color + string + bcolors.ENDC)
55
return
val
56
57
58
class
DiffgramInstallTool:
Callers
9
set_gcp_credentials
Method · 0.80
set_minio_credentials
Method · 0.80
set_s3_credentials
Method · 0.80
set_azure_credentials
Method · 0.80
set_diffgram_version
Method · 0.80
database_config
Method · 0.80
mailgun_config
Method · 0.80
rabbit_config
Method · 0.80
install
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected