コード例 #1
0
ファイル: handlers.py プロジェクト: mpmedia/newebe
    def get(self):
        '''
        Retrieve whole contact list at JSON format.
        '''

        contacts = ContactManager.getPendingContacts()

        self.return_documents(contacts)
コード例 #2
0
ファイル: handlers.py プロジェクト: HeartbliT/IReVeAI
    def get(self):
        '''
        Retrieve whole contact list at JSON format.
        '''

        contacts = ContactManager.getPendingContacts()

        self.return_documents(contacts)
コード例 #3
0
ファイル: steps.py プロジェクト: mpmedia/newebe
def get_pending_contacts(step):
    world.contacts = ContactManager.getPendingContacts()
コード例 #4
0
def get_pending_contacts(step):
    world.contacts = ContactManager.getPendingContacts()