Temporarily stop logging. You must have previously started logging.
(self, parameter_s='')
| 172 | |
| 173 | @line_magic |
| 174 | def logoff(self, parameter_s=''): |
| 175 | """Temporarily stop logging. |
| 176 | |
| 177 | You must have previously started logging.""" |
| 178 | self.shell.logger.switch_log(0) |
| 179 | |
| 180 | @line_magic |
| 181 | def logon(self, parameter_s=''): |
nothing calls this directly
no test coverage detected