(self, msg)
| 147 | |
| 148 | @final |
| 149 | def error(self, msg): |
| 150 | plugin = inspect.currentframe().f_back.f_locals['self'] |
| 151 | error('{bright}[{yellow}' + self.target.address + '{crst}/{bgreen}' + self.tag() + '/' + plugin.slug + '{crst}]{rst} ' + msg) |
| 152 | |
| 153 | @final |
| 154 | async def execute(self, cmd, blocking=True, outfile=None, errfile=None, future_outfile=None): |