def _maybe_cleanup(self, arg, **kwargs): if hasattr(arg, 'cleanup') and six.callable(arg.cleanup): arg.cleanup(**kwargs)