MCPcopy
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_credentialsMethod · 0.80
set_minio_credentialsMethod · 0.80
set_s3_credentialsMethod · 0.80
populate_envMethod · 0.80
database_configMethod · 0.80
installMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected