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