def echo(self, msg, msgType=fxApp.MSGTYPES.MSG): ''' Simple echo function for debug/error output. ''' #type: debug #if(msgType == fxApp.MSGTYPES.DEBUG and self.debug != True): # return #type: catchall fxApp.echo(msg, msgType, "FXGraph")
def echo(self, msg, msgType=fxApp.MSGTYPES.MSG): ''' Simple echo function for debug/error output. ''' fxApp.echo(msg, msgType, "FXPlot")