예제 #1
0
 def execute(self, python_string, raw_string=None):
     if self.debug:
         print 'Executing Python code:', repr(python_string)
     self.capture_output()
     LineFrontEndBase.execute(self, python_string,
                                 raw_string=raw_string)
     self.release_output()
예제 #2
0
 def execute(self, python_string, raw_string=None):
     if self.debug:
         print 'Executing Python code:', repr(python_string)
     self.capture_output()
     LineFrontEndBase.execute(self, python_string,
                                 raw_string=raw_string)
     self.release_output()