def run(self, *args, **kargs): log_interactive.warning( "run() method deprecated. The intance is now callable") self(*args, **kargs)