Package Tribler :: Package Core :: Module Base :: Class Copyable

Class Copyable

Known Subclasses:

Interface for copying an instance (or rather signaling that it can be copied)
Instance Methods
 
copy(self)
Copies the instance.
Method Details

copy(self)

 
Copies the instance.
Parameters:
  • self - an unbound instance of the class
Returns:
Returns a copy of "self"