def run(self): if self._run is None: try: from nose import run except ImportError: run = NotAModule(self._name) self._run = run return self._run