示例#1
0
 def tags(self, id):
     if self.includeTags:
         return "\t" + ", ".join(parseTags(self.cardTags[id]))
     return ""
 def hasTag(self, tag):
     return findTag(tag, parseTags(self.allTags()))
示例#3
0
 def hasTag(self, tag):
     return findTag(tag, parseTags(self.allTags()))
示例#4
0
 def tags(self, id):
     if self.includeTags:
         return "\t" + ", ".join(parseTags(self.cardTags[id]))
     return ""