Package brisa :: Package upnp :: Package didl :: Module didl_lite :: Class MovieGenre
[hide private]
[frames] | no frames]

Class MovieGenre

source code

object --+            
         |            
    Object --+        
             |        
     Container --+    
                 |    
             Genre --+
                     |
                    MovieGenre

Style of movies. Can contain objects of class Person, VideoItem, MovieGenre.

Instance Methods [hide private]
 
add_container(self, c)
Adds a container to the container.
source code
 
add_item(self, item)
Adds a item to the container.
source code

Inherited from Genre: __init__, from_element, to_didl_element

Inherited from Container (private): _get_child_count, _set_child_count

Inherited from Object: add_resource, to_string

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

Class Methods [hide private]

Inherited from Object: from_string

Class Variables [hide private]
  upnp_class = '%s%s' %(Genre.upnp_class, '.movieGenre')

Inherited from Container: child_count, create_class, element_name

Inherited from Container (private): _count

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

add_container(self, c)

source code 

Adds a container to the container.

Overrides: Container.add_container
(inherited documentation)

add_item(self, item)

source code 

Adds a item to the container.

Overrides: Container.add_item
(inherited documentation)