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