Class w.c.p.Contact(object):

Part of wader.common.persistent View In Hierarchy

Implements interfaces: wader.common.interfaces.IContact

No class docstring
Method __init__ Undocumented
Method __repr__ Undocumented
Method __eq__ Undocumented
Method __ne__ Undocumented
Method get_index Returns the contact's index
Method get_name Returns the contact's name
Method get_number Returns the contact's number
Method to_csv Returns a list with the name and number formatted for csv
def __init__(self, name, number, index=None):
Undocumented
def __repr__(self):
Undocumented
def __eq__(self, c):
Undocumented
def __ne__(self, c):
Undocumented
def get_index(self):
Returns the contact's index
def get_name(self):
Returns the contact's name
def get_number(self):
Returns the contact's number
def to_csv(self):
Returns a list with the name and number formatted for csv
API Documentation for wader-core, generated by pydoctor at 2008-08-27 16:53:37.