Sign in
rust
/
rust-lang
/
llvm-project
/
35c537490f7804c0a68fcabcd20ecf96357b74ff
/
.
/
lldb
/
utils
/
sync-source
/
lib
/
transfer
/
protocol.py
blob: 0f89db7d87ef7859610503d29c76941972809678 [
file
] [
log
] [
blame
]
class
Protocol
(
object
):
def
__init__
(
self
,
options
,
config
):
self
.
options
=
options
self
.
config
=
config
def
transfer
(
transfer_specs
,
dry_run
):
raise
"transfer must be overridden by transfer implementation"