Exemplo n.º 1
0
 def finished(self, exit_code, exit_status):
     """Reimplement ExternalShellBase method"""
     if self.is_ipykernel and exit_code == 1:
         self.ipython_kernel_start_error.emit(
             self.shell.get_text_with_eol())
     ExternalShellBase.finished(self, exit_code, exit_status)
     self.introspection_socket = None
Exemplo n.º 2
0
 def finished(self, exit_code, exit_status):
     """Reimplement ExternalShellBase method"""
     ExternalShellBase.finished(self, exit_code, exit_status)
     self.introspection_socket = None
Exemplo n.º 3
0
 def finished(self, exit_code, exit_status):
     """Reimplement ExternalShellBase method"""
     if self.is_ipykernel and exit_code == 1:
         self.ipython_kernel_start_error.emit(self.shell.get_text_with_eol())
     ExternalShellBase.finished(self, exit_code, exit_status)
     self.introspection_socket = None
Exemplo n.º 4
0
 def finished(self, exit_code, exit_status):
     """Reimplement ExternalShellBase method"""
     ExternalShellBase.finished(self, exit_code, exit_status)
     self.introspection_socket = None