Module Spiff_Guard :: Class ResourceGroup

Class ResourceGroup



object --+        
         |        
  DBObject --+    
             |    
      Resource --+
                 |
                ResourceGroup

Instance Methods
 
is_group(self)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

    Inherited from Resource
 
__init__(self, name, handle=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
get_attribute(self, name)
 
get_attribute_list(self)
 
get_n_children(self)
 
remove_attribute(self, name)
 
set_attribute(self, name, value)
 
set_attribute_list(self, list)
 
set_n_children(self, n_children)
    Inherited from DBObject
 
get_handle(self)
 
get_id(self)
 
get_name(self)
 
handle(self, handle)
 
id(self, id)
 
name(self, name)
 
set_handle(self, handle)
 
set_id(self, id)
 
set_name(self, name)
Properties

Inherited from object: __class__

Method Details

is_group(self)

 
Overrides: Resource.is_group