Module gfal2 :: Class transfer_parameters
[show private | hide private]
[frames | no frames]

Type transfer_parameters

object --+    
         |    
  instance --+
             |
            transfer_parameters


Method Summary
  __init__(...)
__init__( (object)arg1) -> None :...
  __reduce__(...)
  copy(...)
copy( (transfer_parameters)arg1) -> transfer_parameters :...
  get_user_defined_checksum(...)
get_user_defined_checksum( (transfer_parameters)arg1) -> tuple :...
  set_user_defined_checksum(...)
set_user_defined_checksum( (transfer_parameters)arg1, (str)arg2, (str)arg3) -> None :...
    Inherited from instance
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Property Summary
  checksum_check
  dst_spacetoken
  event_callback
  monitor_callback
  nbstreams
  overwrite
  src_spacetoken
  timeout

Class Variable Summary
int __instance_size__ = 48                                                                    

Method Details

__init__(...)
(Constructor)

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)
Overrides:
__builtin__.object.__init__

copy(...)

copy( (transfer_parameters)arg1) -> transfer_parameters :

    C++ signature :
        Gfalt_params copy(Gfalt_params {lvalue})

get_user_defined_checksum(...)

get_user_defined_checksum( (transfer_parameters)arg1) -> tuple :

    C++ signature :
        boost::python::tuple get_user_defined_checksum(Gfalt_params {lvalue})

set_user_defined_checksum(...)

set_user_defined_checksum( (transfer_parameters)arg1, (str)arg2, (str)arg3) -> None :

    C++ signature :
        void set_user_defined_checksum(Gfalt_params {lvalue},std::string,std::string)

Property Details

checksum_check

Get Method:
<Boost.Python.function object at 0x1c454...
Set Method:
<Boost.Python.function object at 0x1c454...

dst_spacetoken

Get Method:
<Boost.Python.function object at 0x1c454...
Set Method:
<Boost.Python.function object at 0x1c454...

event_callback

Get Method:
<Boost.Python.function object at 0x1c454...
Set Method:
<Boost.Python.function object at 0x1c454...

monitor_callback

Get Method:
<Boost.Python.function object at 0x1c454...
Set Method:
<Boost.Python.function object at 0x1c454...

nbstreams

Get Method:
<Boost.Python.function object at 0x1c454...
Set Method:
<Boost.Python.function object at 0x1c454...

overwrite

Get Method:
<Boost.Python.function object at 0x1c454...
Set Method:
<Boost.Python.function object at 0x1c454...

src_spacetoken

Get Method:
<Boost.Python.function object at 0x1c454...
Set Method:
<Boost.Python.function object at 0x1c454...

timeout

Get Method:
<Boost.Python.function object at 0x1c454...
Set Method:
<Boost.Python.function object at 0x1c454...

Class Variable Details

__instance_size__

Type:
int
Value:
48                                                                    

Generated by Epydoc 2.1 on Mon Mar 3 09:42:58 2014 http://epydoc.sf.net