A class for representing the Workspace.
    |  |  | 
    |  | 
        
          | _show_entry(self,
        eid) Displays the entry or entries as given by 'eid' in the Workspace.
 |  |  | 
    |  |  | 
    |  | 
        
          | _show_only_entry(self,
        eid) Displays only the entry or entries as given by 'eid' in the 
      Workspace.
 |  |  | 
    |  | 
        
          | show_only_entry(self,
        eid) |  |  | 
    |  | 
        
          | _grab(self) Gets the CTs and entry IDs for the entries currently displayed in the
      Workspace.
 |  |  | 
    |  |  | 
    |  | 
        
          | _paint_asl(self,
        asl,
        color) Colors the selected atoms as given by 'asl'.
 |  |  | 
    |  | 
        
          | paint_asl(self,
        asl,
        color) |  |  | 
    |  | 
        
          | paint_mol(self,
        i_mol,
        color) Colors a molecule as given by the index of the molecule ('i_mol').
 |  |  | 
    |  | 
        
          | _ball_atom(self,
        atom= [],
        asl='',
        should_ball=True)Represents selected atoms in the ball-and-stick mode.
 |  |  | 
    |  | 
        
          | ball_atom(self,
        atom= [],
        asl='',
        should_ball=True) |  |  | 
    |  | 
        
          | display_asl(self,
        asl,
        should_display=True) Display the selected atoms (as given by the ASL expression 'asl') in 
      the Workspace.
 |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | _commit(self) Commits changes on 'self.ct' to the Workspace.
 |  |  | 
    |  |  | 
    |  | 
        
          | get_atom(self,
        asl) Returns a list of indices of atoms as selected by the 'asl'.
 |  |  | 
    |  | 
        
          | _create_atom_tag(self,
        tag,
        value=None) Creates one or more atom properties for all atoms included into the 
      Workspace.
 |  |  | 
    |  | 
        
          | create_atom_tag(self,
        tag,
        value=None) |  |  | 
    |  | 
        
          | _delete_atom_tag(self,
        tag) Deletes one or more atom properties for all atoms included into the 
      Workspace.
 |  |  | 
    |  | 
        
          | delete_atom_tag(self,
        tag) |  |  | 
    |  | 
        
          | _mark_atom(self,
        tag,
        value,
        atom= [],
        asl='')Sets value (given by the 'value' argument) to atom property (given by
      the 'tag' argument) for selected atoms in the Workspace.
 |  |  | 
    |  | 
        
          | mark_atom(self,
        tag,
        value,
        atom= [],
        asl='') |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |