Xorn
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
xorn.storage.Object Class Reference

The identity of an object across revisions. More...

Public Member Functions

def __cmp__
 x.__cmp__(y) <==> cmp(x,y) More...
 
def __hash__
 x.__hash__() <==> hash(x) More...
 

Detailed Description

The identity of an object across revisions.

A value of this type is used as a key to look up and change the state of an object in a revision. It is created by Revision.add_object, Revision.copy_object, or (indirectly) Revision.copy_objects or returned by one of the other functions of this module.

This type can't be directly instantiated.

Definition at line 302 of file storage.py.

Member Function Documentation

def xorn.storage.Object.__cmp__ ( )

x.__cmp__(y) <==> cmp(x,y)

Definition at line 304 of file storage.py.

def xorn.storage.Object.__hash__ ( )

x.__hash__() <==> hash(x)

Definition at line 308 of file storage.py.


The documentation for this class was generated from the following file: