Package dopal :: Module obj_impl :: Class DopalTorrent
[show private | hide private]
[frames | no frames]

Type DopalTorrent

RemoteAttributesMixin --+        
                        |        
    RemoteMethodMixin --+        
                        |        
         RemoteObject --+        
                        |        
            AzureusObject --+    
                            |    
          TorrentDataType --+    
                            |    
               AzureusTorrent --+
                                |
             DopalObjectMixin --+
                                |
                               DopalTorrent


Method Summary
    Inherited from DopalObjectMixin
  __repr__(self)
  __str__(self)
Generates a string representation of this object - the value of this string will be the result returned by the __unicode__ method.
  __unicode__(self)
Generates a text representation of this object.
  full_description(self)
  short_description(self)
    Inherited from AzureusTorrent
  getAnnounceURL(self, *args, **kwargs)
  getAnnounceURLList(self, *args, **kwargs)
  getComment(self, *args, **kwargs)
  getCreatedBy(self, *args, **kwargs)
  getCreationDate(self, *args, **kwargs)
  getEncoding(self, *args, **kwargs)
  getFiles(self, *args, **kwargs)
  getHash(self, *args, **kwargs)
  getMagnetURI(self, *args, **kwargs)
  getName(self, *args, **kwargs)
  getPieceCount(self, *args, **kwargs)
  getPieceSize(self, *args, **kwargs)
  getPluginStringProperty(self, *args, **kwargs)
  getSize(self, *args, **kwargs)
  isDecentralised(self, *args, **kwargs)
  isDecentralisedBackupEnabled(self, *args, **kwargs)
  isDecentralisedBackupRequested(self, *args, **kwargs)
  isPrivate(self, *args, **kwargs)
  removeAdditionalProperties(self, *args, **kwargs)
  save(self, *args, **kwargs)
  setAnnounceURL(self, *args, **kwargs)
  setComment(self, *args, **kwargs)
  setComplete(self, *args, **kwargs)
  setDecentralisedBackupRequested(self, *args, **kwargs)
  setPluginStringProperty(self, *args, **kwargs)
  setPrivate(self, *args, **kwargs)
  writeToBEncodedData(self, *args, **kwargs)
  writeToFile(self, *args, **kwargs)
    Inherited from RemoteAttributesMixin
  __init__(self, *args, **kwargs)
  __getattr__(self, name)
  __setattr__(self, name, value)
  get_remote_attributes(self)
  is_remote_attribute(self, name)
  set_remote_attribute(self, name, value)
  update_remote_data(self, remote_attribute_dict)
    Inherited from RemoteMethodMixin
  invoke_object_method(self, method, method_args, result_type)
    Inherited from RemoteObject
  get_connection(self)
  get_object_id(self)
  get_remote_type(self)
  get_short_object_id(self)
  refresh_object(self)
Updates the remote attributes on this object.
  verify_connection(self)
    Inherited from TorrentDataType
  get_xml_type()
(Static method)

Class Variable Summary
AzureusMethods __az_methods__ = <dopal.aztypes.AzureusMethods object at...
dict __default_remote_attribute_names__ = {'hash': 'byte[]', ...
    Inherited from RemoteAttributesMixin
bool __protect_remote_attributes__ = True
bool __reset_attributes_on_refresh__ = False
    Inherited from RemoteMethodMixin
bool __use_dynamic_methods__ = False
bool __use_type_checking__ = True
    Inherited from TorrentDataType
dict __az_attributes__ = {'hash': 'byte[]', 'name': 'String',...

Class Variable Details

__az_methods__

Type:
AzureusMethods
Value:
<dopal.aztypes.AzureusMethods object at 0x00871E70>                    

__default_remote_attribute_names__

Type:
dict
Value:
{'hash': 'byte[]', 'name': 'String', 'size': 'long'}                   

Generated by Epydoc 2.1 on Wed May 03 14:22:33 2006 http://epydoc.sf.net