Interface w.c.i.IContact(Interface):

Part of wader.common.interfaces View In Hierarchy

Known implementations: wader.common.persistent.Contact, wader.common.persistent.DBContact

Interface that all contact backends must implement
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 csv string with the contact info
def get_index():
Returns the contact's index
def get_name():
Returns the contact's name
def get_number():
Returns the contact's number
def to_csv():
Returns a csv string with the contact info
API Documentation for wader-core, generated by pydoctor at 2008-08-27 16:53:37.