Example #1
0
 def _get(self, path):
     return _get(Stage(self.dvc), path, None)
Example #2
0
def _get_dep(dvc, path):
    return _get(Stage(dvc), path, None)
Example #3
0
 def test(self):
     with self.assertRaises(DvcException):
         _get(None, 'unsupported://a/b', None)