(self, msg, verbosity=0)
| 43 | |
| 44 | @final |
| 45 | def error(self, msg, verbosity=0): |
| 46 | plugin = inspect.currentframe().f_back.f_locals['self'] |
| 47 | error('{bright}[{yellow}' + self.address + '{crst}/{bgreen}' + plugin.slug + '{crst}]{rst} ' + msg) |
| 48 | |
| 49 | async def execute(self, cmd, blocking=True, outfile=None, errfile=None, future_outfile=None): |
| 50 | target = self |