Example #1
0
File: tag.py Project: fkei/akiyoshi
 def findbyCategory(self, orm, dir, category):
     nodes = tagAccess.findbyCategory(orm, category)
     return nodes
Example #2
0
 def find(self, session, category):
     return tagAccess.findbyCategory(session, category)