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

Method chitchat

printer.py:99–101  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

97
98 # suppress some chit-chat in quiet mode
99 def chitchat(self, *args):
100 if not self.quiet:
101 output().chitchat(*args)
102
103 # --------------------------------------------------------------------
104 # code to be executed before command line is interpreted

Callers 6

mirrorMethod · 0.95
do_fuzzMethod · 0.95
convertMethod · 0.95
defaultMethod · 0.45
do_loopMethod · 0.45
do_cdMethod · 0.45

Calls 1

outputClass · 0.90

Tested by

no test coverage detected