Esempio 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
Esempio n. 2
0
 def finished(self, exit_code, exit_status):
     """Reimplement ExternalShellBase method"""
     ExternalShellBase.finished(self, exit_code, exit_status)
     self.introspection_socket = None
Esempio 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
Esempio n. 4
0
 def finished(self, exit_code, exit_status):
     """Reimplement ExternalShellBase method"""
     ExternalShellBase.finished(self, exit_code, exit_status)
     self.introspection_socket = None