Ejemplo n.º 1
0
def fetch(id):
    return current_memory().fetch(id)
Ejemplo n.º 2
0
def delayed(cls, id):
    return current_memory().delayed(cls, id)