(self, *args)
| 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 |