예제 #1
0
파일: YonhMiuk.py 프로젝트: BYVoid/ytenx
 def __unicode__(self):
   return sryoh(self.ziox) + self.dzih
예제 #2
0
파일: YonhMiuk.py 프로젝트: BYVoid/ytenx
 def __unicode__(self):
   from ytenx.filters.templatetags.ytenx import sryoh
   return self.kyenh + u'聲' + sryoh(unicode(self.tshiih)) + self.dzih;
예제 #3
0
파일: models.py 프로젝트: untunt/ytenx
 def __str__(self):
     return sryoh(self.ziox) + self.dzih
예제 #4
0
파일: models.py 프로젝트: untunt/ytenx
 def __str__(self):
   from ytenx.filters.templatetags.ytenx import sryoh
   return self.kyenh + u'聲' + sryoh(self.tshiih) + self.dzih;
예제 #5
0
 def __unicode__(self):
     from ytenx.filters.templatetags.ytenx import sryoh
     return self.kyenh + u'聲' + sryoh(unicode(self.tshiih)) + self.dzih
예제 #6
0
 def __unicode__(self):
     return sryoh(self.ziox) + self.dzih