MCPcopy
hub / github.com/RUB-NDS/PRET / chitchat

Method chitchat

helper.py:133–136  ·  view source on GitHub ↗
(self, msg, eol=None)

Source from the content-addressed store, hash-verified

131
132 # show chit-chat
133 def chitchat(self, msg, eol=None):
134 if msg:
135 print(Style.DIM + msg + Style.RESET_ALL, end=eol)
136 sys.stdout.flush()
137
138 # show warning message
139 def warning(self, msg):

Callers 15

psonlyMethod · 0.95
fileerrorMethod · 0.45
do_displayMethod · 0.45
do_restartMethod · 0.45
do_resetMethod · 0.45
do_destroyMethod · 0.45
do_holdMethod · 0.45
do_nvramMethod · 0.45
do_unlockMethod · 0.45
do_floodMethod · 0.45
putMethod · 0.45
ps_errMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected