コード例 #1
0
ファイル: entities.py プロジェクト: yorickvP/kninfra
 def fotoAlbum(self):
     import kn.fotos.entities as fEs
     return fEs.by_id(self._data['fotoAlbum'])
コード例 #2
0
ファイル: entities.py プロジェクト: yorickvP/kninfra
 def fotoEvent(self):
     import kn.fotos.entities as fEs
     return fEs.by_id(self._data['fotoEvent'])
コード例 #3
0
 def fotoAlbum(self):
     import kn.fotos.entities as fEs
     return fEs.by_id(self._data['fotoAlbum'])
コード例 #4
0
 def fotoEvent(self):
     import kn.fotos.entities as fEs
     return fEs.by_id(self._data['fotoEvent'])
コード例 #5
0
def cache(the_id):
     e = fEs.by_id(the_id)
     print the_id
     for c in e.CACHES:
         print c
         e.ensure_cached(c)
コード例 #6
0
def cache(the_id):
    e = fEs.by_id(the_id)
    print(the_id)
    for c in e.CACHES:
        print(c)
        e.ensure_cached(c)