| Method Summary |
| instance of RlsAttr
|
__init__(self)
Construct an instance. |
| string
|
__str__(self)
Formats instances for pretty printing. |
| string
|
get_name(self)
Get the name of an attribute instance. |
| integer
|
get_objtype(self)
Get the object type of an attribute instance. |
| integer
|
get_type(self)
Get the type of an attribute instance. |
| The type depends on the attribute value type.
|
get_val(self)
Get the value of an attribute instance. |
| None
|
set_name(self,
name)
Set the name for an attribute. |
| None
|
set_objtype(self,
objtype)
Set the object type for an attribute. |
| None
|
set_type(self,
type)
Set the value type for an attribute. |
| None
|
set_val(self,
val)
Set the value for an attribute. |
| Inherited from globus_rls_attribute_t |
| |
__del__(self,
destroy)
|
| |
__getattr__(self,
name)
|
| |
__repr__(self)
|
| |
__setattr__(self,
name,
value)
|
| Inherited from object |
| |
__delattr__(...)
x.__delattr__('name') <==> del x.name |
| |
__getattribute__(...)
x.__getattribute__('name') <==> x.name |
| |
__hash__(x)
x.__hash__() <==> hash(x) |
| |
__new__(T,
S,
...)
T.__new__(S, ...) -> a new object with type S, a subtype of T |
| |
__reduce__(...)
helper for pickle |
| |
__reduce_ex__(...)
helper for pickle |