(self, msg, eol=None)
| 125 | |
| 126 | # show raw data |
| 127 | def raw(self, msg, eol=None): |
| 128 | if msg: |
| 129 | print(Fore.YELLOW + msg + Style.RESET_ALL, end=eol) |
| 130 | sys.stdout.flush() |
| 131 | |
| 132 | # show chit-chat |
| 133 | def chitchat(self, msg, eol=None): |
no outgoing calls
no test coverage detected