|
|
__init__(self,
service_url,
security_context=None,
pilot_data_description=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
get_security_context(self)
Returns security context that needs to be available on the
distributed node in order to access this Pilot Data |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| put_progress(self,
transfered_bytes,
total_bytes) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| copy_du_to_url(self,
du,
local_url,
remote_url) |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|