コード例 #1
0
ファイル: icectrl.py プロジェクト: zzJenKins/polygon
 def get_kvtypes(self):
     icr = IceRecord()
     tids = icr.get_tids_by_rid(self.rid).split(',')
     th = TypeHelper()
     return th.get_kvtypes(tids)