class documentation

A base class for representing a single object on the server.

Method __eq__ Undocumented
Method __hash__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method reload Load this object from the server again and update ``attrs`` with the new data.
Class Variable id_attribute Undocumented
Instance Variable attrs Undocumented
Instance Variable client Undocumented
Instance Variable collection Undocumented
Property id The ID of the object.
Property short_id The ID of the object, truncated to 12 characters.
def __eq__(self, other): (source)

Undocumented

def __hash__(self): (source)

Undocumented

def __init__(self, attrs=None, client=None, collection=None): (source)
def reload(self): (source)

Load this object from the server again and update ``attrs`` with the new data.

Undocumented

collection = (source)

Undocumented

The ID of the object.

The ID of the object, truncated to 12 characters.