예제 #1
0
파일: text.py 프로젝트: ylwctyt/cctner
 def setAtomTags(self):
     self.atoms = []
     for i in range(len(self.atomsBaseList)):
         a = Atom(self.atomsBaseList[i])
         a.index = i
         self.atoms.append(a)