def _get(self, path): return _get(Stage(self.dvc), path, None)
def _get_dep(dvc, path): return _get(Stage(dvc), path, None)
def test(self): with self.assertRaises(DvcException): _get(None, 'unsupported://a/b', None)