def get(self): ''' Retrieve whole contact list at JSON format. ''' contacts = ContactManager.getPendingContacts() self.return_documents(contacts)
def get_pending_contacts(step): world.contacts = ContactManager.getPendingContacts()