Trees | Indices | Help |
|
---|
|
object --+ | PymolInstance
Represents a remote PyMOL instance (controlled via a one-way pipe)
Acts like a proxy to the cmd module, without return values on function calls (which would actually be very usefull).
See also: PyMOL XMLRPC server (pymol -R)
|
|||
|
|||
|
|||
|
|||
dict |
|
||
|
|||
str |
|
||
str |
|
||
|
|||
bool |
|
||
|
|||
Inherited from |
|
|||
_re_illegal = re.compile(r'[^-.\w]')
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
The SCHRODINGER environment may be incompatible with PyMOL. This method provides a cleaned environment dictionary for the pymol subprocess.
|
Replacement for cmd.get_legal_name
|
Replacement for cmd.get_unused_name, does not talk back to PyMOL but maintains it's own set of already used names. This is only necessary because the the pipe cannot return values.
|
Send command to PyMOL
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:54 2015 | http://epydoc.sourceforge.net |