"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "modules/pymol2/__init__.py" between
pymol-open-source-2.2.0.tar.gz and pymol-open-source-2.3.0.tar.gz

About: PyMOL is a Python-enhanced molecular graphics tool. It excels at 3D visualization of proteins, small molecules, density, surfaces, and trajectories. It also includes molecular editing, ray tracing, and movies. Open Source version.

__init__.py  (pymol-open-source-2.2.0):__init__.py  (pymol-open-source-2.3.0)
skipping to change at line 136 skipping to change at line 136
self.glutThread = None self.glutThread = None
def __del__(self): def __del__(self):
_cmd._del(self._COb) _cmd._del(self._COb)
self.cmd.__dict__.clear() self.cmd.__dict__.clear()
def start(self): def start(self):
with pymol2_lock: with pymol2_lock:
_cmd._start(self._COb, self.cmd) _cmd._start(self._COb, self.cmd)
def startWithTclTk(self, gui = None, skin=None):
self.start()
if gui == None:
gui = self.invocation.options.gui
if skin == None:
skin = self.invocation.options.skin
poll = 0
__import__(gui)
sys.modules[gui].__init__(self,poll,skin)
def stop(self): def stop(self):
_cmd._stop(self._COb) _cmd._stop(self._COb)
 End of changes. 1 change blocks. 
10 lines changed or deleted 0 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)