Package schrodinger :: Package utils :: Module pymol :: Class PymolScriptInstance
[hide private]
[frames] | no frames]

Class PymolScriptInstance

   object --+    
            |    
PymolInstance --+
                |
               PymolScriptInstance

Represents a PyMOL script for deferred execution.

Instance Methods [hide private]
 
_initPipe(self)
Set up self._pipe
 
close(self, args='-cqk')
Close file handle and execute script in PyMOL

Inherited from PymolInstance: __getattr__, __init__, do, get_legal_name, get_unused_name, sendVersionCheck

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from PymolInstance (private): _re_illegal

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_initPipe(self)

 

Set up self._pipe

Overrides: PymolInstance._initPipe
(inherited documentation)

close(self, args='-cqk')

 

Close file handle and execute script in PyMOL

Parameters:
  • args (str) - extra command line arguments for pymol
Overrides: PymolInstance.close