Exemple #1
0
def fetch(id):
    return current_memory().fetch(id)
Exemple #2
0
def delayed(cls, id):
    return current_memory().delayed(cls, id)