MCPcopy
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
58class DiffgramInstallTool:

Callers 9

set_gcp_credentialsMethod · 0.80
set_minio_credentialsMethod · 0.80
set_s3_credentialsMethod · 0.80
set_azure_credentialsMethod · 0.80
set_diffgram_versionMethod · 0.80
database_configMethod · 0.80
mailgun_configMethod · 0.80
rabbit_configMethod · 0.80
installMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected