예제 #1
0
파일: stm_shelf.py 프로젝트: djon3s/md
def fetch(id):
    return current_memory().fetch(id)
예제 #2
0
파일: stm_shelf.py 프로젝트: djon3s/md
def delayed(cls, id):
    return current_memory().delayed(cls, id)