Acts like a proxy to the cmd module, without return values on function
  calls (which would actually be very usefull).
  
    |  | 
        
          | __init__(self,
        pymol_command= 'pymol')x.__init__(...) initializes x; see help(type(x)) for signature
 |  |  | 
    |  | 
        
          | _initPipe(self) Set up self._pipe
 |  |  | 
    |  | 
        
          | _hangingStdinWorkaround(self) workaround for PYMOL-234 PYMOL-246 PYMOL-508 PYMOL-510
 |  |  | 
    | dict | 
        
          | _getEnviron(self) The SCHRODINGER environment may be incompatible with PyMOL.
 |  |  | 
    |  |  | 
    | str |  | 
    | str | 
        
          | get_unused_name(self,
        name,
        alwaysnumber=1) Replacement for cmd.get_unused_name, does not talk back to PyMOL but 
      maintains it's own set of already used names.
 |  |  | 
    |  | 
        
          | sendVersionCheck(self) Print a warning on the PyMOL log window if PyMOL version is too old.
 |  |  | 
    | bool | 
        
          | do(self,
        cmmd) Send command to PyMOL
 |  |  | 
    |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |