示例#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)