Пример #1
0
 def select(self, selection):
   self.__list = atomselection.create(self.__molid, self.__frame,\
     selection)
   self.__text = selection
Пример #2
0
 def select(self, selection):
     self.__list = atomselection.create(self.__molid, self.__frame,\
       selection)
     self.__text = selection
Пример #3
0
 def __init__(self, selection='all', molid=0, frame=0):
   self.__molid = molid
   self.__text = selection
   self.__frame = frame
   self.__list = atomselection.create(molid, frame, selection)
Пример #4
0
 def __init__(self, selection='all', molid=0, frame=0):
     self.__molid = molid
     self.__text = selection
     self.__frame = frame
     self.__list = atomselection.create(molid, frame, selection)