コード例 #1
0
def FetchAllContacts(): 
    return fetch(contacts.getContactIDs())
コード例 #2
0
def SendContacts():
    dhnio.Dprint(6, "identitypropagate.SendContacts")
    SendToIDs(contacts.getContactIDs(), HandleAck)
コード例 #3
0
def FetchNecesaryContacts():
    return fetch(contacts.getContactIDs())