Home
last modified time | relevance | path

Searched refs:RemoteBase (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/
H A Dremote.py24 class RemoteBase(object): class
77 class QuodLibetWinRemote(RemoteBase):
112 class QuodLibetUnixRemote(RemoteBase):
/dports/science/dvc/dvc-0.30.1/tests/unit/remote/
H A Dbase.py5 from dvc.remote.base import RemoteBase, RemoteCmdError, RemoteMissingDepsError
10 remotes = REMOTES + [RemoteLOCAL, RemoteBase]
/dports/science/dvc/dvc-0.30.1/dvc/remote/
H A Dhdfs.py11 from dvc.remote.base import RemoteBase, RemoteCmdError
15 class RemoteHDFS(RemoteBase):
H A Dhttp.py12 from dvc.remote.base import RemoteBase
28 class RemoteHTTP(RemoteBase):
H A Dazure.py17 from dvc.remote.base import RemoteBase
28 class RemoteAzure(RemoteBase):
H A Dgs.py13 from dvc.remote.base import RemoteBase
19 class RemoteGS(RemoteBase):
H A Ds3.py16 from dvc.remote.base import RemoteBase
33 class RemoteS3(RemoteBase):
H A Dlocal.py16 from dvc.remote.base import RemoteBase, STATUS_MAP, STATUS_NEW, STATUS_DELETED
27 class RemoteLOCAL(RemoteBase):
H A Dbase.py54 class RemoteBase(object): class
/dports/science/dvc/dvc-0.30.1/dvc/remote/ssh/
H A D__init__.py15 from dvc.remote.base import RemoteBase
18 class RemoteSSH(RemoteBase):
/dports/science/dvc/dvc-0.30.1/dvc/output/
H A Dbase.py8 from dvc.remote.base import RemoteBase
32 REMOTE = RemoteBase