예제 #1
0
 def setId(self, id):
     """ set the ID for this condition """
     id = 'c' + id
     BaseMentionTemplate.setId(self, id)
예제 #2
0
 def setId(self, id):
     """ set the ID for this group """
     id = 'g' + id
     BaseMentionTemplate.setId(self, id)
예제 #3
0
 def setId(self, id):
   """ set the ID for this condition """
   id = 'c'+id
   BaseMentionTemplate.setId(self, id)
예제 #4
0
 def setId(self, id):
     """ set the ID for this group """
     id = "g" + id
     BaseMentionTemplate.setId(self, id)