コード例 #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)